Fix in fin log
This commit is contained in:
parent
f02b5ff22e
commit
8266467564
@ -1292,10 +1292,11 @@ 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]:
|
||||||
logger.warning("(%s) OBP *LoopControl* STREAM ID: %s ALREADY FINISHED FROM THIS SOURCE, IGNORING",self._system, int_id(_stream_id))
|
if '_finlog' not in self.STATUS[_stream_id]:
|
||||||
self.STATUS[_stream_id]['_finlog'] = True
|
logger.warning("(%s) OBP *LoopControl* STREAM ID: %s ALREADY FINISHED FROM THIS SOURCE, IGNORING",self._system, int_id(_stream_id))
|
||||||
return
|
self.STATUS[_stream_id]['_finlog'] = True
|
||||||
|
return
|
||||||
|
|
||||||
# Loop Control
|
# Loop Control
|
||||||
#_removeextra1 = []
|
#_removeextra1 = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user