mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Changed an INFO log to DEBUG.
This commit is contained in:
parent
f4f35f5d7c
commit
96ab32626b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user