summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/utils.py')
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index 3e4a3d94f..011a5cb09 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -196,7 +196,7 @@ class LazyPluggable(object):
fromlist = backend
self.__backend = __import__(name, None, None, fromlist)
- logging.error('backend %s', self.__backend)
+ logging.info('backend %s', self.__backend)
return self.__backend
def __getattr__(self, key):