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:
electron128 2015-03-27 18:41:44 +00:00
parent c252195d8d
commit d65adeb2ea
4 changed files with 9 additions and 7 deletions

View file

@ -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
}