handle_established_connection(): Improve an error message slightly
authorFabian Keil <fk@fabiankeil.de>
Thu, 26 May 2022 14:09:31 +0000 (16:09 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 10 Jun 2022 09:43:39 +0000 (11:43 +0200)
jcc.c

diff --git a/jcc.c b/jcc.c
index 02f6f25..61fc1ac 100644 (file)
--- 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;
                   }