summaryrefslogtreecommitdiffstats
path: root/client/client_net_socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/client_net_socket.cpp')
-rw-r--r--client/client_net_socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_net_socket.cpp b/client/client_net_socket.cpp
index e9f1e770..9df68014 100644
--- a/client/client_net_socket.cpp
+++ b/client/client_net_socket.cpp
@@ -147,7 +147,7 @@ void ClientNetSocket::push_send(SendBuffer& buf)
}
if (_fin_pending || _close_pending) {
- THROW("%s: unexpected send attempt for connection_id=% - shutdown send pending",
+ THROW("%s: unexpected send attempt for connection_id=%d - shutdown send pending",
__FUNCTION__, _id);
}