mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
disabled debug print of DHT requests, disabled debug print in p3Peers::getProxyServer(), added missing newlines in debug prints (modified patch from Hypfer)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c252195d8d
commit
d65adeb2ea
4 changed files with 9 additions and 7 deletions
|
@ -766,9 +766,9 @@ void bdNode::processRemoteQuery()
|
|||
std::cerr << "bdNode::processRemoteQuery() Query Too Old: Discarding: ";
|
||||
}
|
||||
#endif
|
||||
#ifdef DEBUG_NODE_MSGS
|
||||
mFns->bdPrintId(std::cerr, &(query.mId));
|
||||
std::cerr << std::endl;
|
||||
#ifdef DEBUG_NODE_MSGS
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue