From 153aa86095c6f41d05f2a7abe5c1edbd195a0957 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 4 Jan 2012 01:30:57 +0100 Subject: //reaktor/IRC/asybot.py: be less verbose --- Reaktor/IRC/asybot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reaktor/IRC/asybot.py b/Reaktor/IRC/asybot.py index 99cb2fe6..657cee40 100755 --- a/Reaktor/IRC/asybot.py +++ b/Reaktor/IRC/asybot.py @@ -78,7 +78,7 @@ class asybot(asychat): if command == 'PING': self.push('PONG :%s' % rest) - log.info("Replying to servers PING with PONG :%s" %rest) + log.debug("Replying to servers PING with PONG :%s" %rest) elif command == 'PRIVMSG': self.on_privmsg(prefix, command, params, rest) -- cgit v1.2.3