Revert "fix log spamming"

This reverts commit c9ce8a93c4.
identtg
Simon 4 years ago
parent 2788611237
commit 3f7581cfc4

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

Loading…
Cancel
Save

Powered by TurnKey Linux.