Make a log message in serve() more consistent with the rest
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2012 10:22:20 +0000 (10:22 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2012 10:22:20 +0000 (10:22 +0000)
jcc.c

diff --git a/jcc.c b/jcc.c
index 93cca08..b2b8a37 100644 (file)
--- 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),