mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05: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
@ -1382,7 +1382,7 @@ bool p3GroupDistrib::loadGroup(RsDistribGrp *newGrp, bool historical)
|
||||
#ifdef DISTRIB_DEBUG
|
||||
std::cerr << "p3GroupDistrib::loadGroup()" << 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;
|
||||
newGrp -> print(std::cerr, 10);
|
||||
std::cerr << "----------------------" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user