From 960ae61d1bce3289d3a79290a3d0c583620c2414 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Jan 2021 10:10:46 +0100 Subject: [PATCH] Log a message right before exiting gracefully --- jcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jcc.c b/jcc.c index a805f0b2..7357c9ee 100644 --- a/jcc.c +++ b/jcc.c @@ -6219,6 +6219,8 @@ static void listen_loop(void) freez(basedir); #endif + log_error(LOG_LEVEL_INFO, "Exiting gracefully."); + #if defined(_WIN32) && !defined(_WIN_CONSOLE) /* Cleanup - remove taskbar icon etc. */ TermLogWindow(); -- 2.39.2