polaris/protocol: change log level when logging about dropped duplicated packet
This commit is contained in:
parent
0b77c82fc3
commit
8aba7ef18f
@ -1047,7 +1047,7 @@ class UDPConnection(threading.Thread, ConnectionStatusListener):
|
||||
self.inseq = seq
|
||||
|
||||
if seq < seq_max < 0xfd:
|
||||
self._logger.warning(f'{lpfx} dropping: seq={seq}, {seq_name}={seq_max}')
|
||||
self._logger.debug(f'{lpfx} dropping: seq={seq}, {seq_name}={seq_max}')
|
||||
return
|
||||
|
||||
if seq not in self.response_handlers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user