Skip to content

Commit

Permalink
enable tracking of process status on terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Apr 8, 2020
1 parent b75b329 commit adba585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def manager_thread():

# check the status of all processes, did any of them die?
running_list = ["%s%s\u001b[0m" % ("\u001b[32m" if running[p].is_alive() else "\u001b[31m", p) for p in running]
#cloudlog.debug(' '.join(running_list))
cloudlog.debug(' '.join(running_list))

# Exit main loop when uninstall is needed
if params.get("DoUninstall", encoding='utf8') == "1":
Expand Down

0 comments on commit adba585

Please sign in to comment.