summaryrefslogtreecommitdiff
path: root/src/client.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-11 16:45:14 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-11 16:45:14 +0000
commitd80a16ac9cc73ce95b62a21892e2055a548e0e44 (patch)
tree9d224b186430d3e3ad933a9f55329335bfa62166 /src/client.py
parenta14611dbde118b1ffa6f66eb7237ddc0c3c61508 (diff)
downloadpoezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.gz
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.bz2
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.tar.xz
poezio-d80a16ac9cc73ce95b62a21892e2055a548e0e44.zip
Display the status change and/or disconnect for recent-speakers only. fixed #1288
Diffstat (limited to 'src/client.py')
-rw-r--r--src/client.py2
1 files changed, 1 insertions, 1 deletions
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