From: Peter Krempa Date: Fri, 17 Jun 2016 13:12:02 +0000 (+0200) Subject: tools: virt-login-shell: Fix cut'n'paste mistake in error message X-Git-Tag: v2.0.0-rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29f557515d6a0f6c80388049295d816f7a0cd0b;p=thirdparty%2Flibvirt.git tools: virt-login-shell: Fix cut'n'paste mistake in error message Whine about 'allowed_users' having wrong format rather than 'shell' --- 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 { /*