@ -758,7 +758,7 @@ class OPENBRIDGE(DatagramProtocol):
_ver=_packet[12:13]
_hops=_packet[13:14]
if_hash==_hash2:
logger.trace('(%s) *ProtoControl* BCTO received: %s connected to %s with proto ver. %s. HOPS: ',self._system,int_id(_src),int_id(_dst),int.from_bytes(_ver,'big'),int.from_bytes(_hops,'big'))
logger.trace('(%s) *ProtoControl* BCTO received: %s connected to %s with proto ver. %s. HOPS: %s',self._system,int_id(_src),int_id(_dst),int.from_bytes(_ver,'big'),int.from_bytes(_hops,'big'))