Downgrade the 'Graceful termination requested' message to LOG_LEVEL_INFO
authorFabian Keil <fk@fabiankeil.de>
Wed, 26 Aug 2020 09:40:39 +0000 (11:40 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
... as it isn't an error.

Sponsored by: Robert Klemme

jcc.c

diff --git a/jcc.c b/jcc.c
index a5dfa9b..443a5ab 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -5608,7 +5608,7 @@ static void listen_loop(void)
 
 #ifdef FEATURE_GRACEFUL_TERMINATION
 
-   log_error(LOG_LEVEL_ERROR, "Graceful termination requested");
+   log_error(LOG_LEVEL_INFO, "Graceful termination requested");
 
    unload_current_config_file();
    unload_current_actions_file();