Improve verbose message

This commit is contained in:
Nick Clifton 2000-06-19 01:09:55 +00:00
parent 3b6ed320ba
commit 58781cd0ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-06-18 Nick Clifton <nickc@redhat.com>
* ar.c (print_contents): Improve verbose message.
2000-06-15 H.J. Lu <hjl@gnu.org>
* dyn-string.c: Removed. Not needed with dyn-string.c in

View File

@ -812,7 +812,8 @@ print_contents (abfd)
fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
if (verbose)
printf ("\n<%s>\n\n", bfd_get_filename (abfd));
/* xgettext:c-format */
printf (_("\n<member %s>\n\n"), bfd_get_filename (abfd));
bfd_seek (abfd, 0, SEEK_SET);