mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 21:01:14 +00:00
Add further ebug log message for stopping clarity for --dl-data
This commit is contained in:
@@ -2313,6 +2313,7 @@ class Exchange:
|
|||||||
f"Stopping because until was reached. {t[-1][0]} > {until}")
|
f"Stopping because until was reached. {t[-1][0]} > {until}")
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
logger.debug("Stopping as no more trades were returned.")
|
||||||
break
|
break
|
||||||
except asyncio.CancelledError:
|
except asyncio.CancelledError:
|
||||||
logger.debug("Async operation Interrupted, breaking trades DL loop.")
|
logger.debug("Async operation Interrupted, breaking trades DL loop.")
|
||||||
|
|||||||
Reference in New Issue
Block a user