Browse Source

and one more not-really-an-error case

svn:r9743
Roger Dingledine 17 years ago
parent
commit
78cbfcf651
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/or/main.c

+ 2 - 2
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;