From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 1 Nov 2018 17:41:19 +0000 (+0100)
Subject: Put URL in error message
X-Git-Tag: v_3_0_27~17^2~2
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/@default-cgi@/@default-cgi@show-url-info?a=commitdiff_plain;h=60c5d95c4584689ec650b97a5adb706a55d7950d;p=privoxy.git

Put URL in error message
---

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 */