mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: Improve loop stop log line in Windows watchdog
This commit is contained in:
parent
b0547f6713
commit
98aba612c0
@ -179,6 +179,8 @@ void MSWindowsWatchdog::mainLoop(void *)
|
||||
ARCH->sleep(0.1);
|
||||
}
|
||||
|
||||
LOG_DEBUG("watchdog main loop finished");
|
||||
|
||||
if (m_process != nullptr) {
|
||||
LOG((CLOG_DEBUG "terminated running process on exit"));
|
||||
m_process->shutdown();
|
||||
@ -186,8 +188,6 @@ void MSWindowsWatchdog::mainLoop(void *)
|
||||
}
|
||||
|
||||
shutdownExistingProcesses();
|
||||
|
||||
LOG((CLOG_DEBUG "watchdog main loop finished"));
|
||||
}
|
||||
|
||||
bool MSWindowsWatchdog::isProcessRunning()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user