handle_established_connection(): Improve an error message
authorFabian Keil <fk@fabiankeil.de>
Sat, 6 Mar 2021 13:17:44 +0000 (14:17 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000 (12:34 +0100)
jcc.c

diff --git a/jcc.c b/jcc.c
index cd7bf71..7805291 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -3539,8 +3539,8 @@ static void handle_established_connection(struct client_state *csp)
                               (const unsigned char *) ((p != NULL) ? p : csp->iob->cur),
                               csp->content_length, get_write_delay(csp)) < 0))
                      {
-                        log_error(LOG_LEVEL_ERROR, "write modified content to "
-                           "client over TLS/SSL failed");
+                        log_error(LOG_LEVEL_ERROR,
+                           "Failed to send the modified content to the client over TLS");
                         freez(hdr);
                         freez(p);
                         mark_server_socket_tainted(csp);