[Privoxy-commits] [privoxy] 04/05: handle_established_connection(): Improve an error message slightly
User Git
git at git.privoxy.org
Fri Jun 10 09:41:48 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 6ae21e36dfb447cf33e9338fb8d13784bd8ef4c4
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu May 26 16:09:31 2022 +0200
handle_established_connection(): Improve an error message slightly
---
jcc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jcc.c b/jcc.c
index 02f6f25e..61fc1ac9 100644
--- a/jcc.c
+++ b/jcc.c
@@ -4167,8 +4167,8 @@ static void handle_established_connection(struct client_state *csp)
*/
if (chunk_offset >= len)
{
- log_error(LOG_LEVEL_CONNECT,
- "Reducing chunk offset from %lu to %lu after flushing %ld bytes",
+ log_error(LOG_LEVEL_CONNECT, "Reducing the chunk offset "
+ "from %lu to %lu after flushing %ld bytes.",
chunk_offset, (chunk_offset - (unsigned)len), len);
chunk_offset = chunk_offset - (unsigned)len;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list