X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=3310ca1ee0d5a45a424027a30832039382e1ec46;hp=1bca54f7bec720f752ac211dd14f151ba95aa5e5;hb=6774c229e7ebe2a80f1648a94f6666b60c92b859;hpb=a42dbae1a8c4f282809521305bddbac4bf9408e2 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;