debug print

This commit is contained in:
Mikayla Fischler 2022-05-03 17:21:34 -04:00
parent 25c6b311f5
commit fe5059dd51

View File

@ -536,6 +536,7 @@ function comms_init(id, modem, local_port, server_port, reactor, iss)
-- request of full status, clear cache first
self.status_cache = nil
send_status(plc_state.degraded)
log._debug("sent out status cache again, did supervisor miss it?")
elseif packet.type == RPLC_TYPES.MEK_STRUCT then
-- request for physical structure
_send_struct()