security_selinux: Fix typo in error message

This commit is contained in:
Laurent Bigonville 2016-02-14 15:06:19 +01:00 committed by Daniel P. Berrange
parent 29eeb81437
commit 0b6e5ddd89

View File

@ -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;
}