summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-06 09:09:35 +0000
commit0caba1fbdb2bb0d78bbf3a9cf4d227ad1c1f8f86 (patch)
treef86a1435f78ca214fb24daf9ba7a85f3dfd1ff54 /elf
parent6fb78a87583a6d2f65a0fb4a77c950ddc037876c (diff)
Updated to fedora-glibc-20041006T0900
Diffstat (limited to 'elf')
-rw-r--r--elf/rtld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index a1b9136045..b948eb2db6 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1860,7 +1860,8 @@ cannot allocate TLS data structures for initial thread");
prelinked = true;
if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0))
- _dl_printf ("\nprelink checking: %s\n", prelinked ? "ok" : "failed");
+ _dl_debug_printf ("\nprelink checking: %s\n",
+ prelinked ? "ok" : "failed");
}