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:
drbob 2011-05-17 15:04:27 +00:00
parent e6868d4a1e
commit 94d526193c

View File

@ -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;