Show source in debug log
This commit is contained in:
parent
f4c17e9540
commit
b56b73f763
@ -787,7 +787,7 @@ class routerOBP(OPENBRIDGE):
|
|||||||
_target_status = systems[_target['SYSTEM']].STATUS
|
_target_status = systems[_target['SYSTEM']].STATUS
|
||||||
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
||||||
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
||||||
logger.debug("(DEDUP) Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
logger.debug("(DEDUP) OBP Source Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
||||||
continue
|
continue
|
||||||
if _target_system['MODE'] == 'OPENBRIDGE':
|
if _target_system['MODE'] == 'OPENBRIDGE':
|
||||||
if _noOBP == True:
|
if _noOBP == True:
|
||||||
@ -1059,7 +1059,7 @@ class routerHBP(HBSYSTEM):
|
|||||||
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
_target_system = self._CONFIG['SYSTEMS'][_target['SYSTEM']]
|
||||||
|
|
||||||
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
if (_target['SYSTEM'],_target['TS']) in _sysIgnore:
|
||||||
logger.debug("(DEDUP) Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
logger.debug("(DEDUP) HBP Source - Skipping system %s TS: %s",_target['SYSTEM'],_target['TS'])
|
||||||
continue
|
continue
|
||||||
if _target_system['MODE'] == 'OPENBRIDGE':
|
if _target_system['MODE'] == 'OPENBRIDGE':
|
||||||
if _noOBP == True:
|
if _noOBP == True:
|
||||||
|
Loading…
Reference in New Issue
Block a user