From dfcf4184f438fde07ba9943a3b80873c705534d0 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 3 Aug 2022 23:31:58 +0100 Subject: [PATCH] fix fix --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index 9b6d41f..9d88d32 100755 --- a/hblink.py +++ b/hblink.py @@ -757,7 +757,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'. self._system, int_id(_src), int_id(_dst), int.from_bytes_ver,'big') + logger.trace('(%s) *ProtoControl* BCTO received: %s connected to %s with proto ver. %s',self._system, int_id(_src), int_id(_dst), int.from_bytes_ver,'big') if (int(_hops.from_bytes('big')) < 10): retransmit_bcto(_packet[:14]) else: