From e29f557515d6a0f6c80388049295d816f7a0cd0b Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 17 Jun 2016 15:12:02 +0200 Subject: [PATCH] tools: virt-login-shell: Fix cut'n'paste mistake in error message Whine about 'allowed_users' having wrong format rather than 'shell' --- tools/virt-login-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-login-shell.c b/tools/virt-login-shell.c index 96ca410b54..e8474a4323 100644 --- a/tools/virt-login-shell.c +++ b/tools/virt-login-shell.c @@ -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 { /*