diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-23 23:40:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-23 23:40:28 +0000 |
commit | 962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54 (patch) | |
tree | 498adfcaa2b984b660ea7c589e1ffb4596f1cebb /elf | |
parent | 647eb037f3d9dee0bf6e9410c6445c4223cf832a (diff) | |
download | glibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.zip glibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.tar.gz glibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.tar.bz2 |
(print_statistics): Nicer format for cache hit output.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |