* iconv/iconv_prog.c (main): Print progress information to stderr.
This commit is contained in:
Ulrich Drepper 2004-09-30 08:56:32 +00:00
parent 366778e93f
commit c4f4ef8719
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2004-09-30 Ulrich Drepper <drepper@redhat.com>
* iconv/iconv_prog.c (main): Print progress information to stderr.
* nscd/nscd.c (termination_handler): Reset timestamp so that
clients immediately stop using the database.

View File

@ -283,7 +283,7 @@ conversion from `%s' and to `%s' are not supported"),
int fd, ret;
if (verbose)
printf ("%s:\n", argv[remaining]);
fprintf (stderr, "%s:\n", argv[remaining]);
if (strcmp (argv[remaining], "-") == 0)
fd = 0;
else