From f408b59ad69cd9877fd1a657109255545f677e37 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 29 Dec 2005 21:33:44 +0000 Subject: Adding changes thought by Elven and an option for setting the port to listen on at startup. --- src/connectionhandler.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/connectionhandler.cpp') diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index b8172fe..3009ae5 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) } } } - - -- cgit