From 8b0512980b7b9b198e6721c12792553eb12600c1 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 20 Nov 2021 23:39:12 +0000 Subject: [PATCH] remove vseq from ref log --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index a9e626e..3675ac7 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2123,7 +2123,7 @@ class routerHBP(HBSYSTEM): self.STATUS[_slot]['_stopTgAnnounce'] = False - logger.warning('(%s) Reflector: Private call from %s to %s : _dtype_vseq: %s',self._system, int_id(_rf_src), _int_dst_id,_dtype_vseq) + logger.warning('(%s) Reflector: Private call from %s to %s',self._system, int_id(_rf_src), _int_dst_id) if _int_dst_id >= 5 and _int_dst_id != 9 and _int_dst_id <= 999999: _bridgename = '#'+ str(_int_dst_id) if _bridgename not in BRIDGES and not (_int_dst_id >= 4000 and _int_dst_id <= 5000) and not (_int_dst_id >=9991 and _int_dst_id <= 9999):