]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* nscd/selinux.c (audit_init): Print error string in the failure
authorJakub Jelinek <jakub@redhat.com>
Mon, 3 Oct 2005 20:54:46 +0000 (20:54 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 3 Oct 2005 20:54:46 +0000 (20:54 +0000)
message.

ChangeLog
nscd/selinux.c

index ac0c43b789653b24f065e34389b03ccd31eb844e..852a87608eb2cc5715bde9f6c963c3fc0d729e66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * nscd/selinux.c (audit_init): Print error string in the failure
+       message.
+
 2005-10-03  Roland McGrath  <roland@redhat.com>
 
        * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
index 91c1442b597d6f49683dcdd3087d095a2ed808ce..a15e522958ec7b58c3547883e6cbfcd29dc83e86 100644 (file)
@@ -127,7 +127,7 @@ audit_init (void)
 {
   audit_fd = audit_open ();
   if (audit_fd < 0)
-     dbg_log (_("Failed opening connection to the audit subsystem"));
+    dbg_log (_("Failed opening connection to the audit subsystem: %m"));
 }
 #endif /* HAVE_LIBAUDIT */