mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-21 08:01:00 +01:00
Changed the timing log from info to debug.
This commit is contained in:
parent
b5c52a9c11
commit
52393396b2
@ -761,7 +761,7 @@ class Privmsg(irclib.IrcCallback):
|
|||||||
start = time.time()
|
start = time.time()
|
||||||
method(irc, msg, *L)
|
method(irc, msg, *L)
|
||||||
elapsed = time.time() - start
|
elapsed = time.time() - start
|
||||||
self.log.info('%s took %s seconds', name, elapsed)
|
self.log.debug('%s took %s seconds', name, elapsed)
|
||||||
|
|
||||||
def registryValue(self, name, channel=None):
|
def registryValue(self, name, channel=None):
|
||||||
plugin = self.name()
|
plugin = self.name()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user