From 157106fad69cf3b88e216a18aede313ab1c4b832 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 12 Feb 2004 00:48:50 +0000 Subject: [PATCH] Changed from a warning to a debug log for unexpected NickServ notices. --- plugins/Services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Services.py b/plugins/Services.py index 8a7685c10..613e9838b 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -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): """[]