Add further ebug log message for stopping clarity

This commit is contained in:
Matthias 2023-10-17 07:03:03 +02:00
parent 68680bb2c6
commit e6d0d53e47

View File

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