receive_and_send_encrypted_post_data(): Change two more log messages
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 1bca54f..3310ca1 100644 (file)
--- 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;