]> xenbits.xensource.com Git - libvirt.git/commitdiff
security_selinux: Fix typo in error message
authorLaurent Bigonville <bigon@bigon.be>
Sun, 14 Feb 2016 14:06:19 +0000 (15:06 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 19 Feb 2016 17:15:31 +0000 (17:15 +0000)
src/security/security_selinux.c

index 6a32f0a27f12673ce688b6ca018a91f1650ada0a..26d95d172064e360440c2fa7b98876a956121849 100644 (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;
     }