提交 e29f5575 编写于 作者: P Peter Krempa

tools: virt-login-shell: Fix cut'n'paste mistake in error message

Whine about 'allowed_users' having wrong format rather than 'shell'
上级 94f93d70
......@@ -64,7 +64,7 @@ static int virLoginShellAllowedUser(virConfPtr conf,
for (pp = p->list; pp; pp = pp->next) {
if (pp->type != VIR_CONF_STRING) {
virReportSystemError(EINVAL, "%s",
_("shell must be a list of strings"));
_("allowed_users must be a list of strings"));
goto cleanup;
} else {
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册