From 14341398991e778d544127cff4c77f922f6a5082 Mon Sep 17 00:00:00 2001 From: bernat Date: Fri, 18 Nov 2005 16:54:45 +0100 Subject: [PATCH] On peut pas redemarrer... darcs-hash:20051118155445-d1718-9f0ef0173ca4f501e96cf280e1f1541e9a677bb2.gz --- wifi/hotspot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifi/hotspot.py b/wifi/hotspot.py index 60c723fe..c94f275e 100755 --- a/wifi/hotspot.py +++ b/wifi/hotspot.py @@ -139,8 +139,8 @@ if __name__ == "__main__": except: import traceback from cStringIO import StringIO - s = StringIO() - sys.stderr = s + ss = StringIO() + sys.stderr = ss traceback.print_exc() sys.stderr = sys.__stderr__ syslog(LOG_CRIT | LOG_LOCAL4, "Erreur importante :\n%s" % s.getvalue())