Downgrade log message from ERROR to CONNECT
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 64b3505..bb87d05 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -838,9 +838,9 @@ 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,
-            "Couldn't deliver the error message through client socket %d: %E",
-            csp->cfd);
+         log_error(LOG_LEVEL_CONNECT,
+            "Couldn't deliver the error message for %s through client socket %d: %E",
+            http->url, csp->cfd);
       }
 
       /* Clean up and return */