X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=ac13215ac0eb02f3e53e91b944cb7289f92f1a00;hp=64b35058c001b33f39905ba36aa4f078fff49caa;hb=60c5d95c4584689ec650b97a5adb706a55d7950d;hpb=d5e802dfcd023357fab97705cfaaf52dff1d4bbf diff --git a/jcc.c b/jcc.c index 64b35058..ac13215a 100644 --- a/jcc.c +++ b/jcc.c @@ -839,8 +839,8 @@ static void send_crunch_response(const struct client_state *csp, struct http_res { /* 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); + "Couldn't deliver the error message for %s through client socket %d: %E", + http->url, csp->cfd); } /* Clean up and return */