Changed an INFO log to DEBUG.

This commit is contained in:
Jeremy Fincher 2004-10-27 07:29:30 +00:00
parent f4f35f5d7c
commit 96ab32626b
1 changed files with 3 additions and 3 deletions

View File

@ -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):