Fix bad Log statement in nova-manage
Remove the log statement per discussion in the bug report https://bugs.launchpad.net/nova/+bug/1018431/comments/3 Fixes bug 1018431 Change-Id: Ia6fe511ae23155de8b78689639b53a0d9ed1d051
This commit is contained in:
@@ -499,7 +499,6 @@ class LazyPluggable(object):
|
||||
fromlist = backend
|
||||
|
||||
self.__backend = __import__(name, None, None, fromlist)
|
||||
LOG.debug(_('backend %s'), self.__backend)
|
||||
return self.__backend
|
||||
|
||||
def __getattr__(self, key):
|
||||
|
||||
Reference in New Issue
Block a user