[Privoxy-commits] [privoxy] 13/16: Add a period to the 'Graceful termination requested' message

User Git git at git.privoxy.org
Tue Jan 19 13:25:49 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 ea6b3f85afa7ce8efef05f5c1ec289fdf56cb1ff
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 19 10:39:57 2021 +0100

    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();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list