Downgrade the 'Graceful termination requested' message to LOG_LEVEL_INFO
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 93af901..443a5ab 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -4053,7 +4053,7 @@ extern int fuzz_server_response(struct client_state *csp, char *fuzz_input_file)
 
    if (strcmp(fuzz_input_file, "-") == 0)
    {
-      /* XXX: Doesn'T work yet. */
+      /* XXX: Doesn't work yet. */
       csp->server_connection.sfd = 0;
    }
    else
@@ -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();