diff options
Diffstat (limited to 'src/connectionhandler.cpp')
-rw-r--r-- | src/connectionhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.cpp b/src/connectionhandler.cpp index 9a58b882..9ff50619 100644 --- a/src/connectionhandler.cpp +++ b/src/connectionhandler.cpp @@ -138,7 +138,7 @@ ConnectionHandler::startListen(ListenThreadData *ltd) NetComputer *comp = new NetComputer(this, client); clients.push_back(comp); computerConnected(comp); - LOG_INFO(clients.size() << " clients connected") + LOG_INFO(clients.size() << " client(s) connected") } } } |