diff options
Diffstat (limited to 'bot/seasons/__init__.py')
| -rw-r--r-- | bot/seasons/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/__init__.py b/bot/seasons/__init__.py index c43334a4..7e8cf3ba 100644 --- a/bot/seasons/__init__.py +++ b/bot/seasons/__init__.py @@ -9,4 +9,4 @@ log = logging.getLogger(__name__)  def setup(bot):      bot.add_cog(SeasonManager(bot)) -    log.debug("SeasonManager cog loaded") +    log.info("Season manager cog loaded")  |