mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 16:02:46 +08:00
fixed log message.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user