X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=f4dc57dc0b84991ba7e1b17ed5c622a7edee5627;hp=26fc6304631fac44c5f6d97f568e46f69983db7e;hb=b8c75c0cb4d606a624276a71732439214d028727;hpb=59d3fb7457a63f1c1aca6fc6e5517b7d88c224b2 diff --git a/jcc.c b/jcc.c index 26fc6304..f4dc57dc 100644 --- a/jcc.c +++ b/jcc.c @@ -2385,7 +2385,7 @@ static int receive_and_send_encrypted_post_data(struct client_state *csp) max_bytes_to_read = (int)csp->expected_client_content_length; } log_error(LOG_LEVEL_CONNECT, - "Waiting for up to %d bytes of request body from the client.", + "Prepared to read up to %d bytes of encrypted request body from the client.", max_bytes_to_read); len = ssl_recv_data(&(csp->ssl_client_attr), buf, (unsigned)max_bytes_to_read);