Skip to content

Commit

Permalink
move Log to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Dec 5, 2024
1 parent d1b1875 commit 40d28f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Z4D_decoders/z4d_decoder_Nwk_Addr_Rsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def Decode8040(self, Devices, MsgData, MsgLQI):
return

if MsgIEEE in self.IEEE2NWK:
self.log.logging('Input', 'Log', 'Decode 8040 - Receive an IEEE: %s with a NwkId: %s, will try to reconnect' % (MsgIEEE, MsgShortAddress))
self.log.logging('Input', 'Debug', 'Decode 8040 - Receive an IEEE: %s with a NwkId: %s, will try to reconnect' % (MsgIEEE, MsgShortAddress))

if not DeviceExist(self, Devices, MsgShortAddress, MsgIEEE):

Expand Down

0 comments on commit 40d28f3

Please sign in to comment.