log tweak
This commit is contained in:
@@ -152,7 +152,7 @@ def finish_execution_request(tk: TrancheKey, error: Optional[str]=None):
|
||||
order_error(order, error) # We do not know if it was filled or not so only Error status can be given
|
||||
elif error == 'TF':
|
||||
# Tranche Filled
|
||||
log.warning(f'tranche already filled {tk}')
|
||||
log.debug(f'tranche already filled {tk}')
|
||||
tranche_trigger = get_trigger()
|
||||
if tranche_trigger is not None:
|
||||
tranche_trigger.status = TrancheState.Filled
|
||||
|
||||
Reference in New Issue
Block a user