1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-07 03:27:48 +02:00
This commit is contained in:
kakwa 2019-02-07 21:09:42 +01:00
parent 8bd4afb235
commit 70140f966a

View File

@ -95,7 +95,7 @@ def start(configfile=None, daemonize=False, environment=None,
# Always start the engine; this will start all other services # Always start the engine; this will start all other services
try: try:
engine.start() engine.start()
except: except Exception as e:
# Assume the error has been logged already via bus.log. # Assume the error has been logged already via bus.log.
sys.exit(1) sys.exit(1)
else: else: