From 9ce7a2757a0224370b2cc140a5253a061c427fd4 Mon Sep 17 00:00:00 2001 From: crs Date: Thu, 23 May 2002 15:00:13 +0000 Subject: [PATCH] fixed log message. --- server/CServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {