#152 supervisor cleanups and improvements to alarms

This commit is contained in:
Mikayla Fischler
2023-02-07 17:51:55 -05:00
parent 6c09772a74
commit 678dafa62f
6 changed files with 52 additions and 14 deletions

View File

@@ -380,7 +380,7 @@ function coordinator.new_session(id, in_queue, out_queue, facility)
-- exit if connection was closed
if not self.connected then
println("connection to coordinator " .. id .. " closed by remote host")
println("connection to coordinator closed by remote host")
log.info(log_header .. "session closed by remote host")
return self.connected
end