mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
* add ToolTip to OpModeStatus .... (can't actually view - please correct as necessary)
* disable bitdht printStatus git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
63d66ee53c
commit
fd992ac813
2 changed files with 7 additions and 4 deletions
|
@ -643,9 +643,9 @@ void bdNodeManager::SearchForLocalNet()
|
|||
int bdNodeManager::status()
|
||||
{
|
||||
/* do status of bdNode */
|
||||
//#ifdef DEBUG_MGR
|
||||
#ifdef DEBUG_MGR
|
||||
printState();
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
checkStatus();
|
||||
checkBadPeerStatus();
|
||||
|
@ -655,10 +655,10 @@ int bdNodeManager::status()
|
|||
mBdNetworkSize = mNodeSpace.calcNetworkSizeWithFlag(
|
||||
LOCAL_NET_FLAG);
|
||||
|
||||
//#ifdef DEBUG_MGR
|
||||
#ifdef DEBUG_MGR
|
||||
std::cerr << "BitDHT NetworkSize: " << mNetworkSize << std::endl;
|
||||
std::cerr << "BitDHT App NetworkSize: " << mBdNetworkSize << std::endl;
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue