From ea6b3f85afa7ce8efef05f5c1ec289fdf56cb1ff Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Jan 2021 10:39:57 +0100 Subject: [PATCH] Add a period to the 'Graceful termination requested' message --- jcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcc.c b/jcc.c index 7357c9ee..5f0b69e8 100644 --- a/jcc.c +++ b/jcc.c @@ -6189,7 +6189,7 @@ static void listen_loop(void) #ifdef FEATURE_GRACEFUL_TERMINATION - log_error(LOG_LEVEL_INFO, "Graceful termination requested"); + log_error(LOG_LEVEL_INFO, "Graceful termination requested."); unload_current_config_file(); unload_current_actions_file(); -- 2.39.2