From: Ulrich Drepper Date: Thu, 30 Sep 2004 08:56:32 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20041001T1134~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4f4ef871927b78f3c9a65cb34c95ced96e346e8;p=platform%2Fupstream%2Fglibc.git Update. * iconv/iconv_prog.c (main): Print progress information to stderr. --- diff --git a/ChangeLog b/ChangeLog index 8df6b19..918cd9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-09-30 Ulrich Drepper + * 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. diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 26b3c24..8685285 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