mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Let's change this to a debug log.
This commit is contained in:
parent
b6f03a42b4
commit
7855f61f58
@ -216,7 +216,8 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
|
||||
if irc.getCallback(name) is None:
|
||||
if value():
|
||||
if not irc.getCallback(name):
|
||||
self.log.info('Loading %s.' % name)
|
||||
# This is debug because each log logs its beginning.
|
||||
self.log.debug('Loading %s.' % name)
|
||||
try:
|
||||
m = loadPluginModule(name)
|
||||
loadPluginClass(irc, m)
|
||||
|
Loading…
Reference in New Issue
Block a user