Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Sep 2004 08:56:32 +0000 (08:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Sep 2004 08:56:32 +0000 (08:56 +0000)
* iconv/iconv_prog.c (main): Print progress information to stderr.

ChangeLog
iconv/iconv_prog.c

index 8df6b1977c1a24392ab552d4384348ed75d28e19..918cd9daaa5004e2ddb888b3fd357a85dc405fe5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 26b3c24f31d63b86a14a1e4708b1bb4257113f40..86852857a3fae270e48f02bf54cf68094ad89345 100644 (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