Fix in fin log

pypy
Simon 5 years ago
parent f02b5ff22e
commit 8266467564

@ -1292,7 +1292,8 @@ class routerOBP(OPENBRIDGE):
else: else:
if '_fin' in self.STATUS[_stream_id] and '_finlog' not in self.STATUS[_stream_id]: if '_fin' in self.STATUS[_stream_id]:
if '_finlog' not in self.STATUS[_stream_id]:
logger.warning("(%s) OBP *LoopControl* STREAM ID: %s ALREADY FINISHED FROM THIS SOURCE, IGNORING",self._system, int_id(_stream_id)) logger.warning("(%s) OBP *LoopControl* STREAM ID: %s ALREADY FINISHED FROM THIS SOURCE, IGNORING",self._system, int_id(_stream_id))
self.STATUS[_stream_id]['_finlog'] = True self.STATUS[_stream_id]['_finlog'] = True
return return

Loading…
Cancel
Save

Powered by TurnKey Linux.