[Privoxy-commits] [privoxy] 11/13: read_http_request_body(): End more log messages with periods.

User Git git at git.privoxy.org
Fri May 6 10:39:39 UTC 2022


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

git pushed a commit to branch master
in repository privoxy.

commit c74183d1e272e806975969ffaef1e0abb442d7ef
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu May 5 17:42:26 2022 +0200

    read_http_request_body(): End more log messages with periods.
---
 jcc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jcc.c b/jcc.c
index ecb27b9d..3322574f 100644
--- a/jcc.c
+++ b/jcc.c
@@ -2122,12 +2122,12 @@ static int read_http_request_body(struct client_state *csp)
    if (to_read != 0)
    {
       log_error(LOG_LEVEL_CONNECT,
-         "Not enough request body has been read: expected %lu more bytes",
+         "Not enough request body has been read: expected %lu more bytes.",
          to_read);
       return 1;
    }
    log_error(LOG_LEVEL_CONNECT,
-      "The last %d bytes of the request body have been read", len);
+      "The last %d bytes of the request body have been read.", len);
    return 0;
 }
 

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


More information about the Privoxy-commits mailing list