fix log spamming

identtg
Simon 4 years ago
parent fd8bcf6e81
commit c9ce8a93c4
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -532,6 +532,7 @@ class OPENBRIDGE(DatagramProtocol):
elif _packet[:4] == DMRF:
_stream_id = _data[16:20]
logger.warning('(%s) *ProtoControl* Protocols 2 and 3 are no longer supported',self._system)
if _stream_id not in self._laststrid:
self.send_bcsq(_dst_id,_stream_id)

Loading…
Cancel
Save

Powered by TurnKey Linux.