summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-10 20:52:00 +0000
commit53a451c64a34f4602b9479aaa8effe149e150a54 (patch)
tree767d1ef7ddc089f82c81d728dd51ad3279a670fb /nscd
parent8ee382621852ed3c7e5ff17609e69cdfc1ba5c9f (diff)
Updated to fedora-glibc-20061110T2049cvs/fedora-glibc-2_5_90-6
Diffstat (limited to 'nscd')
-rw-r--r--nscd/selinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/selinux.c b/nscd/selinux.c
index f123d68b93..f0620d1012 100644
--- a/nscd/selinux.c
+++ b/nscd/selinux.c
@@ -202,7 +202,7 @@ preserve_capabilities (void)
if (__builtin_expect (res != 0, 0))
{
cap_free (new_caps);
- dbg_log (_("Failed to drop capabilities\n"));
+ dbg_log (_("Failed to drop capabilities"));
error (EXIT_FAILURE, 0, _("cap_set_proc failed"));
}