From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 7 Jun 2020 12:59:28 +0000 (+0200)
Subject: server(): Add colons that were missing in a log message
X-Git-Tag: v_3_0_29~298
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/developer-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=fe519b96424b1c7e6bcac4c74f5ef29c8009c361;p=privoxy.git

server(): Add colons that were missing in a log message
---

diff --git a/jcc.c b/jcc.c
index 37472c81..6d91bd07 100644
--- a/jcc.c
+++ b/jcc.c
@@ -4241,7 +4241,7 @@ static void serve(struct client_state *csp)
          {
             log_error(LOG_LEVEL_CONNECT,
                "Closing server socket %d connected to %s. "
-               "Keep-alive %u. Tainted: %u. Socket alive %u. Timeout: %u.",
+               "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),
                0 != (csp->flags & CSP_FLAG_SERVER_SOCKET_TAINTED),