(print_statistics): Nicer format for cache hit output.

This commit is contained in:
Ulrich Drepper 2001-08-23 23:40:28 +00:00
parent 647eb037f3
commit 962a3cdd2a
1 changed files with 1 additions and 1 deletions

View 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