X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=d73b4a99cba096cd335bf708a40e250a2e772989;hp=a805f0b26ac7eb6b3fcc82a5712bca8441561f79;hb=5125814f5137912061c03850ac6850ef8a3b5af2;hpb=594cdeca7423ba3fb23a3b7fe274a054b41e23da diff --git a/jcc.c b/jcc.c index a805f0b2..d73b4a99 100644 --- a/jcc.c +++ b/jcc.c @@ -1860,7 +1860,7 @@ static jb_err receive_client_request(struct client_state *csp) * elsewhere failed or Privoxy is configured * to only accept proxy requests. * - * An error response has already been send + * An error response has already been sent * and we're done here. */ return JB_ERR_PARSE; @@ -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(); @@ -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();