From d80a16ac9cc73ce95b62a21892e2055a548e0e44 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 11 May 2010 16:45:14 +0000 Subject: Display the status change and/or disconnect for recent-speakers only. fixed #1288 --- src/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.py') diff --git a/src/client.py b/src/client.py index 3480907b..dfc31f3c 100644 --- a/src/client.py +++ b/src/client.py @@ -21,7 +21,7 @@ import sys # disable any printout (this would mess the display) # sys.stdout = open('/dev/null', 'w') -sys.stderr = open('debug', 'w') +sys.stderr = open('errors', 'w') from connection import Connection from multiuserchat import MultiUserChat -- cgit v1.2.3