Commit d7f487fb authored by Andreas Jung's avatar Andreas Jung

fixed logger call

parent 0289356c
...@@ -570,7 +570,7 @@ class AppInitializer: ...@@ -570,7 +570,7 @@ class AppInitializer:
except: except:
bad_things=1 bad_things=1
LOG.error('The attempt to rebuild the registry failed.', LOG.error('The attempt to rebuild the registry failed.',
error=sys.exc_info()) exc_info=True)
transaction.abort() transaction.abort()
# Now we need to see if any (disk-based) products were installed # 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