Slight fixes to peer logging
This commit is contained in:
parent
ec0f52553e
commit
902b963e07
@ -170,7 +170,7 @@ class OPENBRIDGE(DatagramProtocol):
|
||||
if compare_digest(_hash, _ckhs) and (_sockaddr == self._config['TARGET_SOCK'] or self._config['RELAX_CHECKS']):
|
||||
_peer_id = _data[11:15]
|
||||
if self._config['NETWORK_ID'] != _peer_id:
|
||||
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s', self._system, self._config['NETWORK_ID'], _peer_id)
|
||||
logger.error('(%s) OpenBridge packet discarded because NETWORK_ID: %s Does not match sent Peer ID: %s', self._system, int_id(self._config['NETWORK_ID']), int_id(_peer_id))
|
||||
return
|
||||
_seq = _data[4]
|
||||
_rf_src = _data[5:8]
|
||||
|
Loading…
Reference in New Issue
Block a user