#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

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