tidy up stream trimmer logging
This commit is contained in:
parent
f87534f69c
commit
4fa05fb503
@ -410,7 +410,7 @@ def stream_trimmer_loop():
|
|||||||
if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
if systems[system].STATUS[stream_id]['LAST'] < _now - 5:
|
||||||
remove_list.append(stream_id)
|
remove_list.append(stream_id)
|
||||||
except:
|
except:
|
||||||
logger.debug("(%s) Keyerror - stream trimmer %s %s %s %s",system,systems[system].STATUS[stream_id]['START'],systems[system].STATUS[stream_id]['CONTENTION'],systems[system].STATUS[stream_id]['RFS'],int_id(systems[system].STATUS[stream_id]['TGID']))
|
logger.debug("(%s) Keyerror - stream trimmer Stream ID: %s Start: %s Contention: %s RFS: %s TGID: %s",system,systems[system].STATUS[stream_id],systems[system].STATUS[stream_id]['START'],systems[system].STATUS[stream_id]['CONTENTION'],systems[system].STATUS[stream_id]['RFS'],int_id(systems[system].STATUS[stream_id]['TGID']))
|
||||||
systems[system].STATUS[stream_id]['LAST'] = _now
|
systems[system].STATUS[stream_id]['LAST'] = _now
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user