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: cvs/glibc-2-2-5~382 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54;p=thirdparty%2Fglibc.git (print_statistics): Nicer format for cache hit output. --- diff --git a/elf/rtld.c b/elf/rtld.c index 1188880351f..1df74df662d 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