about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
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");
     }