mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fix a debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
335e2e6d71
commit
0bf5a5b79d
1 changed files with 2 additions and 2 deletions
|
@ -398,8 +398,8 @@ int pqipersongrp::connectPeer(std::string id)
|
||||||
|
|
||||||
{ RsStackMutex stack(coreMtx); /**************** LOCKED MUTEX ****************/
|
{ RsStackMutex stack(coreMtx); /**************** LOCKED MUTEX ****************/
|
||||||
if (id == mConnMgr->getOwnId()) {
|
if (id == mConnMgr->getOwnId()) {
|
||||||
#ifdef CONN_DEBUG
|
#ifdef PGRP_DEBUG
|
||||||
rslog(RSL_WARNING, p3connectzone, "pqipersongrp::connectPeer() Failed, connecting to own id.");
|
std::cerr << "pqipersongrp::connectPeer() Failed, connecting to own id." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue