提交 c1c91a1c 编写于 作者: R Rudá Moura 提交者: Ruda Moura

avocado.plugins.builtin: fix typo and missing parameter in log.

Signed-off-by: NRuda Moura <rmoura@redhat.com>
上级 153bbf0d
......@@ -37,7 +37,7 @@ def load_builtins(set_globals=True):
try:
plugin_mod = import_module(module)
except ImportError as err:
log.error("Could not import pluging '': %s", klass, err)
log.error("Could not import plugin '%s': %s", klass, err)
continue
except SyntaxError as err:
log.error("Plugin '%s' with syntax error: %s", klass, err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册