listen_loop(): Split long line in two
authorFabian Keil <fk@fabiankeil.de>
Fri, 22 Jan 2021 12:02:50 +0000 (13:02 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 22 Jan 2021 13:26:26 +0000 (14:26 +0100)
jcc.c

diff --git a/jcc.c b/jcc.c
index 310fb1e..c40c30d 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -6205,7 +6205,8 @@ static void listen_loop(void)
 
       if (i <= 0)
       {
-         log_error(LOG_LEVEL_ERROR, "Graceful termination failed - still some live clients after 1 minute wait.");
+         log_error(LOG_LEVEL_ERROR, "Graceful termination failed "
+            "- still some live clients after 1 minute wait.");
       }
    }
    sweep();