]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_relocate_object): Use _dl_debug_printf instead of _dl_printf for
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 03:18:23 +0000 (03:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Feb 2002 03:18:23 +0000 (03:18 +0000)
debugging info output.

elf/dl-reloc.c

index 4d4ca149eaa890eafa496212dd9ea4f1b7f1d79f..2328330f45700fab8fdf0b1518755d824bfef995 100644 (file)
@@ -55,8 +55,9 @@ _dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[],
     lazy = 0;
 
   if (__builtin_expect (_dl_debug_mask & DL_DEBUG_RELOC, 0))
-    _dl_printf ("\nrelocation processing: %s%s\n",
-               l->l_name[0] ? l->l_name : _dl_argv[0], lazy ? " (lazy)" : "");
+    _dl_debug_printf ("\nrelocation processing: %s%s\n",
+                     l->l_name[0] ? l->l_name : _dl_argv[0],
+                     lazy ? " (lazy)" : "");
 
   /* DT_TEXTREL is now in level 2 and might phase out at some time.
      But we rewrite the DT_FLAGS entry to a DT_TEXTREL entry to make