diff options
Diffstat (limited to 'iconv/iconv_prog.c')
-rw-r--r-- | iconv/iconv_prog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |