aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/watchchannels/_watchchannel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/watchchannels/_watchchannel.py b/bot/exts/moderation/watchchannels/_watchchannel.py
index 8894762f3..f9fc12dc3 100644
--- a/bot/exts/moderation/watchchannels/_watchchannel.py
+++ b/bot/exts/moderation/watchchannels/_watchchannel.py
@@ -347,7 +347,7 @@ class WatchChannel(metaclass=CogABCMeta):
try:
task.result()
except asyncio.CancelledError:
- self.log.error(
+ self.log.info(
f"The consume task of {type(self).__name__} was canceled. Messages may be lost."
)