diff --git a/hbc b/hbc index 89fc2f0..7396baf 100755 --- a/hbc +++ b/hbc @@ -588,7 +588,7 @@ signal.signal(signal.SIGTERM, handler) running = True try: process() -except: +except Exception as e: syslogtrace('process') if verbose: print("err: process exit: %s" % e)