Put URL in error message
authorFabian Keil <fk@fabiankeil.de>
Thu, 1 Nov 2018 17:41:19 +0000 (18:41 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 12 Nov 2018 15:57:44 +0000 (16:57 +0100)
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,
-            "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 */