Merge branch 'master' of github.com:benoitc/gunicorn

This commit is contained in:
benoitc 2010-08-05 21:42:01 +02:00
commit 56d5582de9

View File

@ -168,6 +168,8 @@ class Arbiter(object):
self.halt()
except KeyboardInterrupt:
self.halt()
except SystemExit:
raise
except Exception:
self.log.info("Unhandled exception in main loop:\n%s" %
traceback.format_exc())