From 771b265692dfd77714902ba188b4ba36bdb66696 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 23 Jan 2022 00:11:46 +0000 Subject: [PATCH] stat bridge also in debug --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 7b43776..fe89283 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1760,7 +1760,7 @@ class routerOBP(OPENBRIDGE): #Create STAT bridge for unknown TG if CONFIG['GLOBAL']['GEN_STAT_BRIDGES']: if int_id(_dst_id) >= 5 and int_id(_dst_id) != 9 and (str(int_id(_dst_id)) not in BRIDGES): - logger.info('(%s) Bridge for STAT TG %s does not exist. Creating',self._system, int_id(_dst_id)) + logger.debug('(%s) Bridge for STAT TG %s does not exist. Creating',self._system, int_id(_dst_id)) make_stat_bridge(_dst_id) _sysIgnore = []