From 962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 23 Aug 2001 23:40:28 +0000 Subject: (print_statistics): Nicer format for cache hit output. --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/rtld.c b/elf/rtld.c index 1188880351..1df74df662 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 -- cgit v1.2.3