Changed from a warning to a debug log for unexpected NickServ notices.

This commit is contained in:
Jeremy Fincher 2004-02-12 00:48:50 +00:00
parent dda081b302
commit 157106fad6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
log = 'Received "Password Incorrect" from NickServ.'
self.log.warning(log)
else:
self.log.warning('Unexpected notice from NickServ: %r', s)
self.log.debug('Unexpected notice from NickServ: %r', s)
def getops(self, irc, msg, args):
"""[<channel>]