mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
removed annoying debug message in ID system
This commit is contained in:
parent
7bddd4bcd4
commit
52ee76ed24
1 changed files with 2 additions and 0 deletions
|
@ -2288,7 +2288,9 @@ void p3IdService::requestIdsFromNet()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG_IDS
|
||||||
std::cerr << "(EE) no online peers among supply list in ID request for groupId " << cit->first << ". Keeping it until peers show up."<< std::endl;
|
std::cerr << "(EE) no online peers among supply list in ID request for groupId " << cit->first << ". Keeping it until peers show up."<< std::endl;
|
||||||
|
#endif
|
||||||
++cit ;
|
++cit ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue