From: Roger Dingledine Date: Tue, 6 Mar 2007 19:37:18 +0000 (+0000) Subject: and one more not-really-an-error case X-Git-Tag: tor-0.2.0.1-alpha~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78cbfcf6511931f64f061740e82fbacdb437fd39;p=thirdparty%2Ftor.git and one more not-really-an-error case svn:r9743 --- diff --git a/src/or/main.c b/src/or/main.c index c12bcb9c7e..a30a8d7b67 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1923,8 +1923,8 @@ nt_service_control(DWORD request) switch (request) { case SERVICE_CONTROL_STOP: case SERVICE_CONTROL_SHUTDOWN: - log_err(LD_GENERAL, - "Got stop/shutdown request; shutting down cleanly."); + log_notice(LD_GENERAL, + "Got stop/shutdown request; shutting down cleanly."); service_status.dwCurrentState = SERVICE_STOP_PENDING; event_loopexit(&exit_now); return;