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:
electron128 2015-05-11 18:26:59 +00:00
parent cfaa8d4559
commit a3b32b92d5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define RETROSHARE_RTT_INTERFACE_H
/*
* libretroshare/src/retroshare: rsvoip.h
* libretroshare/src/retroshare: rsrtt.h
*
* RetroShare C++ Interface.
*

View File

@ -418,7 +418,7 @@ void p3BanList::sendBanLists()
for(it = idList.begin(); it != idList.end(); ++it)
{
#ifdef DEBUG_BANLIST
std::cerr << "p3VoRS::sendBanList() To: " << *it;
std::cerr << "p3BanList::sendBanList() To: " << *it;
std::cerr << std::endl;
#endif
sendBanSet(*it);