mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
fixed wrong names in comment and debug output (patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8230 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cfaa8d4559
commit
a3b32b92d5
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
#define RETROSHARE_RTT_INTERFACE_H
|
#define RETROSHARE_RTT_INTERFACE_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* libretroshare/src/retroshare: rsvoip.h
|
* libretroshare/src/retroshare: rsrtt.h
|
||||||
*
|
*
|
||||||
* RetroShare C++ Interface.
|
* RetroShare C++ Interface.
|
||||||
*
|
*
|
||||||
|
|
|
@ -418,7 +418,7 @@ void p3BanList::sendBanLists()
|
||||||
for(it = idList.begin(); it != idList.end(); ++it)
|
for(it = idList.begin(); it != idList.end(); ++it)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_BANLIST
|
#ifdef DEBUG_BANLIST
|
||||||
std::cerr << "p3VoRS::sendBanList() To: " << *it;
|
std::cerr << "p3BanList::sendBanList() To: " << *it;
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
sendBanSet(*it);
|
sendBanSet(*it);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue