From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 1 Nov 2018 17:48:12 +0000 (+0100)
Subject: Downgrade log message from ERROR to CONNECT
X-Git-Tag: v_3_0_27~17^2~1
X-Git-Url: http://www.privoxy.org/gitweb/%22data:application/faq/user-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=9dec9873079721e3891e4f00bccbf9da89ab9596;p=privoxy.git

Downgrade log message from ERROR to CONNECT
---

diff --git a/jcc.c b/jcc.c
index ac13215a..bb87d050 100644
--- a/jcc.c
+++ b/jcc.c
@@ -838,7 +838,7 @@ static void send_crunch_response(const struct client_state *csp, struct http_res
        || write_socket_delayed(csp->cfd, rsp->body, rsp->content_length, get_write_delay(csp)))
       {
          /* There is nothing we can do about it. */
-         log_error(LOG_LEVEL_ERROR,
+         log_error(LOG_LEVEL_CONNECT,
             "Couldn't deliver the error message for %s through client socket %d: %E",
             http->url, csp->cfd);
       }