Typo
darcs-hash:20051118160226-d1718-b1b0283e965bebd8b99e6d2118d3247fcbee3962.gz
This commit is contained in:
parent
8b68c69f29
commit
4e3234d762
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue