darcs-hash:20051118160226-d1718-b1b0283e965bebd8b99e6d2118d3247fcbee3962.gz
This commit is contained in:
bernat 2005-11-18 17:02:26 +01:00
parent 8b68c69f29
commit 4e3234d762

View file

@ -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...