diff options
Diffstat (limited to 'src/connectionhandler.cpp')
-rw-r--r-- | src/connectionhandler.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index b8172fe0..3009ae56 100644 --- a/src/connectionhandler.cpp +++ b/src/connectionhandler.cpp @@ -122,7 +122,7 @@ ConnectionHandler::startListen(ListenThreadData *ltd) perror("SDLNet_CheckSockets"); } else if (numready > 0) { - LOG_INFO(numready << " sockets with activity!", 0) + LOG_INFO(numready << " socket(s) with activity!", 0) // Check server socket if (SDLNet_SocketReady(ltd->socket)) { @@ -295,5 +295,3 @@ void ConnectionHandler::sendAround(tmwserv::BeingPtr beingPtr, MessageOut &msg) } } } - - |