can_filter_request_body(): Fix a log message that contained a spurious u
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 2beca7b..5ed93b3 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -2159,7 +2159,7 @@ static int can_filter_request_body(const struct client_state *csp)
    {
       log_error(LOG_LEVEL_INFO,
          "Not filtering request body from %s: buffer limit %lu will be exceeded "
-         "(content length %lluu)", csp->ip_addr_str, csp->config->buffer_limit,
+         "(content length %llu)", csp->ip_addr_str, csp->config->buffer_limit,
          csp->expected_client_content_length);
       return FALSE;
    }