summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/winService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/winService.cpp b/src/win32/winService.cpp
index 5ce3d74..b6ea67f 100644
--- a/src/win32/winService.cpp
+++ b/src/win32/winService.cpp
@@ -132,6 +132,7 @@ void WinService::waitForStop()
reportStatus(SERVICE_RUNNING, NO_ERROR);
WaitForSingleObject(stop_event_, INFINITE);
reportStatus(SERVICE_STOP_PENDING, NO_ERROR);
+ cLog.msg(Log::PRIO_NOTICE) << "WinService received stop signal, exitting";
}
void WinService::stop()