From: Fabian Keil Date: Wed, 26 Aug 2020 09:40:39 +0000 (+0200) Subject: Downgrade the 'Graceful termination requested' message to LOG_LEVEL_INFO X-Git-Tag: v_3_0_29~184 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=233a4257af08e2271169953f229d1e1642549d95 Downgrade the 'Graceful termination requested' message to LOG_LEVEL_INFO ... as it isn't an error. Sponsored by: Robert Klemme --- 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();