mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-25 09:11:28 -05:00
removed warning that happens when lobby has no activity
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6764 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1dd9d0e49f
commit
027b9ba017
@ -2463,7 +2463,9 @@ void p3ChatService::sendConnectionChallenge(ChatLobbyId lobby_id)
|
|||||||
|
|
||||||
if(msg_id == 0)
|
if(msg_id == 0)
|
||||||
{
|
{
|
||||||
std::cerr << " No suitable message found in cache. Weird !!" << std::endl;
|
#ifdef CHAT_DEBUG
|
||||||
|
std::cerr << " No suitable message found in cache. Probably not enough activity !!" << std::endl;
|
||||||
|
#endif
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user