mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +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:
|
try:
|
||||||
_ = loadPluginModule(name)
|
_ = loadPluginModule(name)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.info('Attempted to load %s to preserve its '
|
log.debug('Attempted to load %s to preserve its '
|
||||||
'configuration, but load failed: %s',
|
'configuration, but load failed: %s',
|
||||||
name, e)
|
name, e)
|
||||||
world.starting = False
|
world.starting = False
|
||||||
|
|
||||||
def do376(self, irc, msg):
|
def do376(self, irc, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user