diff --git a/libretroshare/src/services/p3chatservice.cc b/libretroshare/src/services/p3chatservice.cc index 6dbc9478c..87e66cbbc 100644 --- a/libretroshare/src/services/p3chatservice.cc +++ b/libretroshare/src/services/p3chatservice.cc @@ -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 ; }