diff options
Diffstat (limited to 'src/client.py')
-rw-r--r-- | src/client.py | 2 |
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 |