Fix badly formatted log when adding extension

Change-Id: Ib31210121a56561fb33a8ed0a1fbbdf6b01db727
This commit is contained in:
Adit Sarfaty 2018-06-10 09:30:09 +03:00
parent ac7a2019e1
commit d3365c6e80
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class NamespacedPlugins(object):
raise KeyError(msg)
LOG.debug("Loaded plugin '%s' from namespace: %s",
(ext.name, self.namespace))
ext.name, self.namespace)
self._extensions[ext.name] = ext
def _assert_plugin_loaded(self, plugin_name):