From 61dc91dd24280d66ff6ca6ae7b72a37c7ef032c7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 23 Oct 2012 10:22:20 +0000 Subject: [PATCH] Make a log message in serve() more consistent with the rest --- jcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index 93cca081..b2b8a379 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.406 2012/10/21 14:40:44 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.407 2012/10/23 10:20:14 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -2647,7 +2647,7 @@ static void serve(struct client_state *csp) || !(latency < csp->server_connection.keep_alive_timeout)) { log_error(LOG_LEVEL_CONNECT, - "Closing server socket %d connected to %s: " + "Closing server socket %d connected to %s. " "Keep-alive %u. Tainted: %u. Socket alive %u. Timeout: %u.", csp->server_connection.sfd, csp->server_connection.host, 0 != (csp->flags & CSP_FLAG_SERVER_CONNECTION_KEEP_ALIVE), -- 2.39.2