From a4566d5d91db6dc0cb6d44e750f435bb6f027b33 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 28 Jan 2010 17:14:37 +0000 Subject: =?UTF-8?q?n'affiche=20plus=20les=20infos=20que=20si=20on=20est=20?= =?UTF-8?q?sur=20la=20fen=C3=AAtre=20Info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 db1af8fe..90d08415 100644 --- a/src/client.py +++ b/src/client.py @@ -27,7 +27,7 @@ from curses import wrapper, initscr if len(sys.argv) == 1: # not debug, so hide any error message and disable C-c import signal - sys.stderr = open('/dev/null', 'a') + sys.stderr = open('logs', 'a') signal.signal(signal.SIGINT, signal.SIG_IGN) class Client(object): -- cgit v1.2.3