mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed debug output from p3disc
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3831 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b4da2948ed
commit
61e7cf234c
@ -903,7 +903,9 @@ int p3disc::addDiscoveryData(const std::string& fromId, const std::string& about
|
|||||||
|
|
||||||
gpg_neighbors[from_gpg_id].insert(about_gpg_id) ;
|
gpg_neighbors[from_gpg_id].insert(about_gpg_id) ;
|
||||||
|
|
||||||
|
#ifdef P3DISC_DEBUG
|
||||||
std::cerr << "Adding discovery data " << fromId << " - " << aboutId << std::endl ;
|
std::cerr << "Adding discovery data " << fromId << " - " << aboutId << std::endl ;
|
||||||
|
#endif
|
||||||
/* Store Network information */
|
/* Store Network information */
|
||||||
std::map<std::string, autoneighbour>::iterator it;
|
std::map<std::string, autoneighbour>::iterator it;
|
||||||
if (neighbours.end() == (it = neighbours.find(aboutId)))
|
if (neighbours.end() == (it = neighbours.find(aboutId)))
|
||||||
|
Loading…
Reference in New Issue
Block a user