diff --git a/src/discord/queue.py b/src/discord/queue.py index 46f8143..41a4e20 100644 --- a/src/discord/queue.py +++ b/src/discord/queue.py @@ -187,7 +187,7 @@ class MessageQueue: return except (aiohttp.ServerConnectionError, aiohttp.ServerTimeoutError, asyncio.TimeoutError): # Retry on next Discord message sent attempt - logger.debug(f"Received timeout or connection error when sending a Discord message for {msg.wiki.script_url if hasattr(msg, "wiki") else "PATCH OR DELETE MESSAGE"}.") + logger.debug(f"Received timeout or connection error when sending a Discord message for {msg.wiki.script_url if hasattr(msg, "wiki") else "PATCH OR DELETE MESSAGE"}. Current delay: {self.discord_error_rate_tracker}") self.track_discord_error_rate(1) return except aiohttp.ClientError as e: