mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
and one more not-really-an-error case
svn:r9743
This commit is contained in:
parent
5217d3680e
commit
78cbfcf651
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue