From 233a4257af08e2271169953f229d1e1642549d95 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 26 Aug 2020 11:40:39 +0200 Subject: [PATCH] Downgrade the 'Graceful termination requested' message to LOG_LEVEL_INFO ... as it isn't an error. Sponsored by: Robert Klemme --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index a5dfa9bc..443a5abf 100644 --- 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(); -- 2.39.2