pull/27656/head
Shane Smiskol 2 years ago
parent 4e600affc8
commit 8b4e5e0998
  1. 4
      selfdrive/manager/manager.py

@ -140,8 +140,8 @@ def manager_thread() -> None:
running = ' '.join("%s%s\u001b[0m" % ("\u001b[32m" if p.proc.is_alive() else "\u001b[31m", p.name)
for p in managed_processes.values() if p.proc)
print(running)
cloudlog.debug(running)
# print(running)
# cloudlog.debug(running)
# send managerState
msg = messaging.new_message('managerState')

Loading…
Cancel
Save