aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2018-07-27 13:13:25 +0000
committerGravatar Joseph Banks <[email protected]>2018-07-27 13:13:25 +0000
commit2940c3f9dcb71c518591671f36c847cfba38a18b (patch)
tree3481f10024c831ef946a52148c1eef78202b57d4
parent[Snekbox] Deal with leading newlines (diff)
parentChange inconsistent `Cog loaded` logging. (diff)
Merge branch 'enhancement/fix-inconsistent-cog-load-logging' into 'master'
Change inconsistent `Cog loaded` logging. See merge request python-discord/projects/bot!21
-rw-r--r--bot/cogs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/utils.py b/bot/cogs/utils.py
index cfd196e31..22e0cfbe7 100644
--- a/bot/cogs/utils.py
+++ b/bot/cogs/utils.py
@@ -85,4 +85,4 @@ class Utils:
def setup(bot):
bot.add_cog(Utils(bot))
- log.info("Utils cog loaded")
+ log.info("Cog loaded: Utils")