Add missing string formatter
Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com> Change-Id: I4e0185af5173ecec39b010eed063a95f8ef84380
This commit is contained in:
@@ -50,7 +50,7 @@ class NamespacedPlugins:
|
||||
invoke_on_load=False)
|
||||
|
||||
if not self._extension_manager.names():
|
||||
LOG.debug("No plugins found in namespace: ", self.namespace)
|
||||
LOG.debug("No plugins found in namespace: %s", self.namespace)
|
||||
return
|
||||
self._extension_manager.map(self._add_extension)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user