summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c4
1 files changed, 2 insertions, 2 deletions
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;