X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=bb87d050b175b97d847431a8b78ca330e7e7a7fb;hp=ac13215ac0eb02f3e53e91b944cb7289f92f1a00;hb=6be4997a13c22c081656b1d3960e2e2ee4fac60f;hpb=60c5d95c4584689ec650b97a5adb706a55d7950d 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); }