summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2012-01-04 01:30:57 +0100
committerEUcancER <root@euer.krebsco.de>2012-01-04 01:30:57 +0100
commit153aa86095c6f41d05f2a7abe5c1edbd195a0957 (patch)
tree49d1b7a9a239b029050bc8958a116e10277adf26 /Reaktor
parentac896e7aa28e70312dcc9a12c65d01713c49a55f (diff)
//reaktor/IRC/asybot.py: be less verbose
Diffstat (limited to 'Reaktor')
-rwxr-xr-xReaktor/IRC/asybot.py2
1 files changed, 1 insertions, 1 deletions
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)