From 473e0ec516c611ac294aee26027bdd3c7695685e Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 25 Feb 2025 19:08:13 -0400 Subject: [PATCH] log tweak --- src/dexorder/order/executionhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexorder/order/executionhandler.py b/src/dexorder/order/executionhandler.py index 76913e3..9a92189 100644 --- a/src/dexorder/order/executionhandler.py +++ b/src/dexorder/order/executionhandler.py @@ -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