remove vseq from ref log

lowleveltgfilter
Simon 4 years ago
parent 383d1b6cf6
commit 8b0512980b
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -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):

Loading…
Cancel
Save

Powered by TurnKey Linux.