mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and one more not-really-an-error case
svn:r9743
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user