Changed the timing log from info to debug.

This commit is contained in:
Jeremy Fincher 2004-02-08 10:02:05 +00:00
parent b5c52a9c11
commit 52393396b2
1 changed files with 1 additions and 1 deletions

View File

@ -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()