Skip to content

Commit

Permalink
Fix bad Log statement in nova-manage
Browse files Browse the repository at this point in the history
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
(cherry picked from commit 6b137d8)
  • Loading branch information
dims authored and djipko committed Mar 19, 2013
1 parent cdc2386 commit 28aacf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nova/utils.py
Expand Up @@ -503,7 +503,6 @@ def __get_backend(self):
fromlist = backend

self.__backend = __import__(name, None, None, fromlist)
LOG.debug(_('backend %s'), self.__backend)
return self.__backend

def __getattr__(self, key):
Expand Down

0 comments on commit 28aacf6

Please sign in to comment.