From: Laurent Bigonville Date: Sun, 14 Feb 2016 14:06:19 +0000 (+0100) Subject: security_selinux: Fix typo in error message X-Git-Tag: v1.3.2-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6e5ddd89c432bbe53223813c0f290e076deeea;p=thirdparty%2Flibvirt.git security_selinux: Fix typo in error message --- diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c index 6a32f0a27f..26d95d1720 100644 --- a/src/security/security_selinux.c +++ b/src/security/security_selinux.c @@ -439,7 +439,7 @@ virSecuritySELinuxLXCInitialize(virSecurityManagerPtr mgr) dcon = virConfGetValue(selinux_conf, "content"); if (! dcon || dcon->type != VIR_CONF_STRING || (! dcon->str)) { virReportSystemError(errno, - _("cannot read 'file' value from selinux lxc contexts file '%s'"), + _("cannot read 'content' value from selinux lxc contexts file '%s'"), selinux_lxc_contexts_path()); goto error; }