send_crunch_response(): Include the full URL in a log message
authorFabian Keil <fk@fabiankeil.de>
Wed, 26 Aug 2020 17:07:05 +0000 (19:07 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
Sponsored by: Robert Klemme

jcc.c

diff --git a/jcc.c b/jcc.c
index 5f7a1fd..fab2378 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -881,8 +881,8 @@ static void send_crunch_response(struct client_state *csp, struct http_response
          {
             /* There is nothing we can do about it. */
             log_error(LOG_LEVEL_CONNECT, "Couldn't deliver the error message "
-               "for %s through client socket %d using TLS/SSL",
-               http->url, csp->cfd);
+               "for https://%s%s through client socket %d using TLS/SSL",
+               http->hostport, http->url, csp->cfd);
          }
       }
       else