Add further ebug log message for stopping clarity for --dl-data

This commit is contained in:
Matthias
2023-10-17 07:11:06 +02:00
parent e6d0d53e47
commit 1a78346cf1

View File

@@ -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.")