Commit 3699d329 authored by Andreas Jung's avatar Andreas Jung

fixed logger call

parent d13054fa
......@@ -569,8 +569,8 @@ class AppInitializer:
transaction.commit()
except:
bad_things=1
LOG.error('The attempt to rebuild the registry failed.',
error=sys.exc_info())
LOG.error('The attempt to rebuild the registry failed.',exc_info=True)
transaction.abort()
# Now we need to see if any (disk-based) products were installed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment