fixed coordinator not showing FAIL on unit count mismatch when connecting

This commit is contained in:
Mikayla Fischler
2024-04-20 20:38:55 -04:00
parent a786404092
commit 00a8d64a88
2 changed files with 2 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ function coordinator.comms(version, nic, sv_watchdog)
ok = false
elseif self.sv_config_err then
self.est_task_done(false)
coordinator.log_comms("supervisor unit count does not match coordinator unit count, check configs")
ok = false
elseif (os.clock() - self.est_last) > 1.0 then