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 9a58b88..9ff5061 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") } } } |
