Skip to content

Commit

Permalink
Dump error infos
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Sep 6, 2011
1 parent 1744a4f commit 0d5628f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyBawt.py
Expand Up @@ -84,5 +84,6 @@ def restart_stub():
raise
else:
logging.error("Exception caught, restarting")
logging.error(sys.exc_info())
restart_stub()

0 comments on commit 0d5628f

Please sign in to comment.