From 4e3234d762834f4537cd1f1ff2f6bc14b1046a5f Mon Sep 17 00:00:00 2001 From: bernat Date: Fri, 18 Nov 2005 17:02:26 +0100 Subject: [PATCH] Typo darcs-hash:20051118160226-d1718-b1b0283e965bebd8b99e6d2118d3247fcbee3962.gz --- wifi/hotspot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/hotspot.py b/wifi/hotspot.py index c94f275e..dd9530da 100755 --- a/wifi/hotspot.py +++ b/wifi/hotspot.py @@ -143,6 +143,6 @@ if __name__ == "__main__": sys.stderr = ss traceback.print_exc() sys.stderr = sys.__stderr__ - syslog(LOG_CRIT | LOG_LOCAL4, "Erreur importante :\n%s" % s.getvalue()) + syslog(LOG_CRIT | LOG_LOCAL4, "Erreur importante :\n%s" % ss.getvalue()) time.sleep(60) # Pour ne pas flooder...