Put URL in error message
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 64b3505..ac13215 100644 (file)
--- 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,
       {
          /* 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 */
       }
 
       /* Clean up and return */