mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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()
|
||||
method(irc, msg, *L)
|
||||
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):
|
||||
plugin = self.name()
|
||||
|
Loading…
x
Reference in New Issue
Block a user