diff --git a/src/Owner.py b/src/Owner.py index 2777538cd..1ebe406b5 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -349,9 +349,9 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): try: _ = loadPluginModule(name) except Exception, e: - log.info('Attempted to load %s to preserve its ' - 'configuration, but load failed: %s', - name, e) + log.debug('Attempted to load %s to preserve its ' + 'configuration, but load failed: %s', + name, e) world.starting = False def do376(self, irc, msg):