X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=7805291cc1353b795d259a7ff99af0eae1dc1b98;hb=14a75d6ed20b27322f8764c96a24ce1c6a19bc54;hp=cd7bf710ae70b56bfa9dd74a0c3e0ac925f768cc;hpb=2d8fefc484274b740933541778ae7ce1ae1045e7;p=privoxy.git diff --git a/jcc.c b/jcc.c index cd7bf710..7805291c 100644 --- 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);