#74 supervisor-coordinator comms establish

This commit is contained in:
Mikayla Fischler
2022-07-07 00:34:42 -04:00
parent 39672fedb4
commit ea17ba41fe
11 changed files with 379 additions and 64 deletions

View File

@@ -183,7 +183,7 @@ function log.dmesg(msg, tag, tag_color)
out.write(lines[i])
end
_log(util.c("[", t_stamp, "] ", tag, " ", msg))
_log(util.c("[", t_stamp, "] [", tag, "] ", msg))
return ts_coord
end