summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-06 03:18:15 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-06 03:18:15 +0000
commitb85a0f39b72abca260a01b7c2e7210bffc876f78 (patch)
treeeed76249a7cc7c25f8e7536e1d40325e94b63e6c /elf
parent5c1c368f36275df3926ef99f71e9a54f3914564a (diff)
Update.
2004-10-05 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf for prelink message.
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 ed1931ce8e..5e18a49267 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1759,7 +1759,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");
}