aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar SebastiaanZ <[email protected]>2019-02-22 14:17:13 +0100
committerGravatar SebastiaanZ <[email protected]>2019-02-22 14:17:13 +0100
commit111a45e1bfad6b32232b30c1fc2b2d85a6b7b79c (patch)
treef23c1f546feb5db0955375372351d009dce158f6
parentResolving merge conflicts with Hemlock's STAFF_ROLES changes (diff)
parentClarifying log.trace message to include context (diff)
Merge branch 'bb-improvements' of github.com:python-discord/bot into bb-improvements
-rw-r--r--bot/cogs/bigbrother.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bigbrother.py b/bot/cogs/bigbrother.py
index 094ce1b91..135745601 100644
--- a/bot/cogs/bigbrother.py
+++ b/bot/cogs/bigbrother.py
@@ -83,7 +83,7 @@ class BigBrother:
if response.status == 200:
data = await response.json()
self.update_cache(data)
- log.trace("Updated watch list cache")
+ log.trace("Updated Big Brother watchlist cache")
return True
else:
return False