]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Improve verbose message
authorNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2000 01:09:55 +0000 (01:09 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Jun 2000 01:09:55 +0000 (01:09 +0000)
binutils/ChangeLog
binutils/ar.c

index 2fcbc1da84a278c0c96f2b22dec086da1b304039..6bb13ff2fc726e33f50b71b0517dbef06e75cf84 100644 (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
index d67f4b37929215efd1c9bc91d59d26600ddb4758..cc8b77a2c18d18c8520579cc37686454e752c4ea 100644 (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);