mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
removed some debug info
This commit is contained in:
parent
d642934cb5
commit
fa8a585e20
4 changed files with 6 additions and 2 deletions
|
@ -496,10 +496,12 @@ void bdNode::checkPotentialPeer(bdId *id, bdId *src)
|
|||
/* first check the filters */
|
||||
if (!mFilterPeers.addrOkay(&(id->addr)))
|
||||
{
|
||||
#ifdef DEBUG_NODE_MSGS
|
||||
std::cerr << "bdNode::checkPotentialPeer(";
|
||||
mFns->bdPrintId(std::cerr, id);
|
||||
std::cerr << ") BAD ADDRESS!!!! SHOULD DISCARD POTENTIAL PEER";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue