log tweak

This commit is contained in:
tim
2025-02-25 19:08:13 -04:00
parent 979f31dfe0
commit 473e0ec516

View File

@@ -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 order_error(order, error) # We do not know if it was filled or not so only Error status can be given
elif error == 'TF': elif error == 'TF':
# Tranche Filled # Tranche Filled
log.warning(f'tranche already filled {tk}') log.debug(f'tranche already filled {tk}')
tranche_trigger = get_trigger() tranche_trigger = get_trigger()
if tranche_trigger is not None: if tranche_trigger is not None:
tranche_trigger.status = TrancheState.Filled tranche_trigger.status = TrancheState.Filled