mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-01 19:31:27 -05:00
suppressed inconsistent warning message
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6547 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f5acb53ea7
commit
379aece9b0
@ -364,6 +364,7 @@ bool p3Peers::getPeerDetails(const std::string &id, RsPeerDetails &d)
|
|||||||
peerConnectState pcs;
|
peerConnectState pcs;
|
||||||
if (!mLinkMgr->getFriendNetStatus(id, pcs))
|
if (!mLinkMgr->getFriendNetStatus(id, pcs))
|
||||||
{
|
{
|
||||||
|
if(id != sOwnId)
|
||||||
std::cerr << "p3Peers::getPeerDetails() ERROR No Link Information : " << id << std::endl;
|
std::cerr << "p3Peers::getPeerDetails() ERROR No Link Information : " << id << std::endl;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user