mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fix debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4207 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e6868d4a1e
commit
94d526193c
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ bool p3GroupDistrib::loadGroup(RsDistribGrp *newGrp, bool historical)
|
||||||
#ifdef DISTRIB_DEBUG
|
#ifdef DISTRIB_DEBUG
|
||||||
std::cerr << "p3GroupDistrib::loadGroup()" << std::endl;
|
std::cerr << "p3GroupDistrib::loadGroup()" << std::endl;
|
||||||
std::cerr << "groupId: " << gid << std::endl;
|
std::cerr << "groupId: " << gid << std::endl;
|
||||||
std::cerr << "PeerId: " << gid << std::endl;
|
std::cerr << "PeerId: " << pid << std::endl;
|
||||||
std::cerr << "Group:" << std::endl;
|
std::cerr << "Group:" << std::endl;
|
||||||
newGrp -> print(std::cerr, 10);
|
newGrp -> print(std::cerr, 10);
|
||||||
std::cerr << "----------------------" << std::endl;
|
std::cerr << "----------------------" << std::endl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue