(print_statistics): Nicer format for cache hit output.
authorUlrich Drepper <drepper@redhat.com>
Thu, 23 Aug 2001 23:40:28 +0000 (23:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 23 Aug 2001 23:40:28 +0000 (23:40 +0000)
elf/rtld.c

index 1188880..1df74df 100644 (file)
@@ -1525,7 +1525,7 @@ print_statistics (void)
 #endif
   _dl_debug_printf ("                 number of relocations: %lu\n",
                    _dl_num_relocations);
-  _dl_debug_printf ("                 number of relocations from cache: %lu\n",
+  _dl_debug_printf ("      number of relocations from cache: %lu\n",
                    _dl_num_cache_relocations);
 
 #ifndef HP_TIMING_NONAVAIL