From fe5059dd514912316b0c2570b832356e1c656cad Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Tue, 3 May 2022 17:21:34 -0400 Subject: [PATCH] debug print --- reactor-plc/plc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/reactor-plc/plc.lua b/reactor-plc/plc.lua index a97e004..8aa65b1 100644 --- a/reactor-plc/plc.lua +++ b/reactor-plc/plc.lua @@ -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()