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
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