mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add further ebug log message for stopping clarity
This commit is contained in:
parent
68680bb2c6
commit
e6d0d53e47
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue
Block a user