This commit is contained in:
Nav
2023-11-23 12:59:36 +00:00
parent c1c9a0ceeb
commit 776ce3c44d
4 changed files with 38 additions and 25 deletions

View File

@@ -67,7 +67,7 @@ namespace TargetController
this->startup();
this->setThreadStateAndEmitEvent(ThreadState::READY);
Logger::debug("TargetController ready and waiting for commands");
Logger::debug("TargetController ready");
while (this->getThreadState() == ThreadState::READY) {
this->fireTargetEvents();