aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/help_channels/_channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_channel.py b/bot/exts/help_channels/_channel.py
index 95b8cdc1f..8db6e7617 100644
--- a/bot/exts/help_channels/_channel.py
+++ b/bot/exts/help_channels/_channel.py
@@ -59,7 +59,7 @@ async def get_closing_time(channel: discord.TextChannel) -> t.Optional[int]:
# The further away closing time is what we should use.
closing_time = max(claimant, last_message)
- log.trace(f"claimant: {claimant}, last_message: {last_message}")
+ log.trace(f"claimant closing time: {claimant}, last_message closing time: {last_message}")
log.trace(f"#{channel} ({channel.id}) should be closed at {closing_time}.")
return closing_time