From: Ulrich Drepper Date: Thu, 23 Aug 2001 23:40:28 +0000 (+0000) Subject: (print_statistics): Nicer format for cache hit output. X-Git-Tag: upstream/2.30~22572 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54;p=external%2Fglibc.git (print_statistics): Nicer format for cache hit output. --- diff --git a/elf/rtld.c b/elf/rtld.c index 1188880..1df74df 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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