mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
removed debug prints
This commit is contained in:
parent
ea17ba41fe
commit
4b60c038f4
@ -106,8 +106,8 @@ function coordinator.new_session(id, in_queue, out_queue)
|
||||
log.warning(log_header .. "COORD KEEP_ALIVE round trip time > 500ms (" .. self.last_rtt .. "ms)")
|
||||
end
|
||||
|
||||
log.debug(log_header .. "COORD RTT = " .. self.last_rtt .. "ms")
|
||||
log.debug(log_header .. "COORD TT = " .. (srv_now - coord_send) .. "ms")
|
||||
-- log.debug(log_header .. "COORD RTT = " .. self.last_rtt .. "ms")
|
||||
-- log.debug(log_header .. "COORD TT = " .. (srv_now - coord_send) .. "ms")
|
||||
else
|
||||
log.debug(log_header .. "SCADA keep alive packet length mismatch")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user