diff --git a/server/CServer.cpp b/server/CServer.cpp index 958ac72c..16cb7576 100644 --- a/server/CServer.cpp +++ b/server/CServer.cpp @@ -894,7 +894,7 @@ void CServer::handshakeClient(void* vsocket) } catch (XDuplicateClient& e) { // client has duplicate name - log((CLOG_WARN "a client with name \"%s\" is already connected)", e.getName().c_str())); + log((CLOG_WARN "a client with name \"%s\" is already connected", e.getName().c_str())); CProtocolUtil::writef(output.get(), kMsgEBusy); } catch (XIncompatibleClient& e) {