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

fixed logger call

parent d13054fa
...@@ -569,8 +569,8 @@ class AppInitializer: ...@@ -569,8 +569,8 @@ class AppInitializer:
transaction.commit() transaction.commit()
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.',exc_info=True)
error=sys.exc_info())
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