[Privoxy-commits] [privoxy] 12/16: Log a message right before exiting gracefully
    User Git 
    git at git.privoxy.org
       
    Tue Jan 19 13:25:48 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 960ae61d1bce3289d3a79290a3d0c583620c2414
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 19 10:10:46 2021 +0100
    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();
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Privoxy-commits
mailing list