提交 aa6ec98f 编写于 作者: E Erik Skultety

virlog: Fix a typo in virLogParseFilter's error msg

This was some copy-paste leftover.
Signed-off-by: NErik Skultety <eskultet@redhat.com>
上级 4300a563
......@@ -1699,7 +1699,7 @@ virLogParseFilter(const char *src)
if (virStrToLong_uip(tokens[0], NULL, 10, &prio) < 0 ||
(prio < VIR_LOG_DEBUG) || (prio > VIR_LOG_ERROR)) {
virReportError(VIR_ERR_INVALID_ARG,
_("Invalid priority '%s' for output '%s'"),
_("Invalid priority '%s' for filter '%s'"),
tokens[0], src);
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册