mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Add further ebug log message for stopping clarity
This commit is contained in:
@@ -2279,6 +2279,7 @@ class Exchange:
|
||||
|
||||
from_id = t[-1][1]
|
||||
else:
|
||||
logger.debug("Stopping as no more trades were returned.")
|
||||
break
|
||||
except asyncio.CancelledError:
|
||||
logger.debug("Async operation Interrupted, breaking trades DL loop.")
|
||||
|
||||
Reference in New Issue
Block a user