mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
and one more not-really-an-error case
svn:r9743
This commit is contained in:
parent
5217d3680e
commit
78cbfcf651
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user