Merge "Unsupported module driver not logged correctly"

This commit is contained in:
Jenkins
2016-05-25 19:14:09 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ class ModuleDriverManager(object):
supported = True
else:
LOG.info(_("Driver '%s' not supported, skipping"),
driver.get_type)
driver.get_type())
except AttributeError as ex:
LOG.exception(_("Exception loading module driver: %s"),
encodeutils.exception_to_unicode(ex))