From ba5900eb074116441cfd58204e4446a68bedb462 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 15 Apr 2021 18:56:47 +0100 Subject: [PATCH] Hmm --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 2d8e92c..69e5e2a 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1104,7 +1104,7 @@ class routerOBP(OPENBRIDGE): #If target has missed 6 (on 1 min) of keepalives, don't send if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < _pkt_time - 60: - logger.debug(_target_system['_bcka']) + logger.debug('**************************') continue