receive_and_send_encrypted_post_data(): Improve a log message to make the origin...
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 26fc630..f4dc57d 100644 (file)
--- 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);