X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=3310ca1ee0d5a45a424027a30832039382e1ec46;hp=1bca54f7bec720f752ac211dd14f151ba95aa5e5;hb=f01eaeb9da2b04ba020c5630fb5ae9fb9d8e12f5;hpb=3c2accf011811db47139a0bc13168fddca1b1c87 diff --git a/jcc.c b/jcc.c index 1bca54f7..3310ca1e 100644 --- a/jcc.c +++ b/jcc.c @@ -2093,13 +2093,13 @@ static int receive_and_send_encrypted_post_data(struct client_state *csp) } if (csp->expected_client_content_length == 0) { - log_error(LOG_LEVEL_HEADER, "Forwarded the last %d bytes", len); + log_error(LOG_LEVEL_CONNECT, "Forwarded the last %d bytes", len); break; } } } - log_error(LOG_LEVEL_HEADER, "Done forwarding encrypted POST data"); + log_error(LOG_LEVEL_CONNECT, "Done forwarding encrypted POST data"); return 0;