From c4f4ef871927b78f3c9a65cb34c95ced96e346e8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 30 Sep 2004 08:56:32 +0000 Subject: Update. * iconv/iconv_prog.c (main): Print progress information to stderr. --- iconv/iconv_prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv') diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 26b3c24f31..86852857a3 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -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 -- cgit v1.2.3