aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index c46f2d1..f17d71d 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1520,7 +1520,7 @@ print_statistics (void)
*wp++ = *cp++;
}
*wp = '\0';
- _dl_debug_printf (" time needed for relocation: %s (%s)\n",
+ _dl_debug_printf (" time needed for relocation: %s (%s%%)\n",
buf, pbuf);
}
#endif
@@ -1549,7 +1549,7 @@ print_statistics (void)
*wp++ = *cp++;
}
*wp = '\0';
- _dl_debug_printf (" time needed to load objects: %s (%s)\n",
+ _dl_debug_printf (" time needed to load objects: %s (%s%%)\n",
buf, pbuf);
}
#endif