[Privoxy-commits] [privoxy] branch master updated: can_filter_request_body(): Fix a log message that contained a spurious u

User Git git at git.privoxy.org
Sun Dec 19 14:45:57 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 8312f833 can_filter_request_body(): Fix a log message that contained a spurious u
8312f833 is described below

commit 8312f8334ca6a0b29eab44ffcda8320cbd64b424
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Mar 27 08:34:18 2021 +0100

    can_filter_request_body(): Fix a log message that contained a spurious u
---
 jcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jcc.c b/jcc.c
index 2beca7b6..5ed93b35 100644
--- 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;
    }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list