[Privoxy-commits] [privoxy] 39/41: handle_established_connection(): Add a period to a log message

User Git git at git.privoxy.org
Wed Mar 20 12:39:16 CET 2024


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

git pushed a commit to branch master
in repository privoxy.

commit c2f3e69c41b88bd018a618c8de2e6fe01799edfb
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Mar 17 18:59:35 2024 +0100

    handle_established_connection(): Add a period to a log message
---
 jcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jcc.c b/jcc.c
index b7f50fa8..0e110a3c 100644
--- a/jcc.c
+++ b/jcc.c
@@ -4174,7 +4174,7 @@ static void handle_established_connection(struct client_state *csp)
                   else
                   {
                      log_error(LOG_LEVEL_CONNECT,
-                        "Keeping chunk offset at %lu despite flushing %ld bytes",
+                        "Keeping chunk offset at %lu despite flushing %ld bytes.",
                         chunk_offset, len);
                      /*
                       * If we can't parse the chunk-encoded data we should

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


More information about the Privoxy-commits mailing list