chore: Improve loop stop log line in Windows watchdog
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user