diff options
author | 2019-02-22 14:17:13 +0100 | |
---|---|---|
committer | 2019-02-22 14:17:13 +0100 | |
commit | 111a45e1bfad6b32232b30c1fc2b2d85a6b7b79c (patch) | |
tree | f23c1f546feb5db0955375372351d009dce158f6 | |
parent | Resolving merge conflicts with Hemlock's STAFF_ROLES changes (diff) | |
parent | Clarifying 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.py | 2 |
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 |