trailing case of not using TXN_TAGS

This commit is contained in:
Mikayla Fischler 2022-06-04 11:23:06 -04:00
parent 1242c5a81c
commit dcb517d1cb

View File

@ -151,7 +151,7 @@ function boiler.new(session_id, unit_id, advert, out_queue)
self.db.tanks.ccool_need = m_pkt.data[11]
self.db.tanks.ccool_fill = m_pkt.data[12]
else
log.debug(log_tag .. "MODBUS transaction reply length mismatch (boiler.tanks)")
log.debug(log_tag .. "MODBUS transaction reply length mismatch (" .. TXN_TAGS[txn_type] .. ")")
end
elseif txn_type == nil then
log.error(log_tag .. "unknown transaction reply")