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:
csoler 2013-09-25 18:34:50 +00:00
parent 1dd9d0e49f
commit 027b9ba017

View File

@ -2463,7 +2463,9 @@ void p3ChatService::sendConnectionChallenge(ChatLobbyId lobby_id)
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 ;
}