Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* iconv/iconv_prog.c (main): Print progress information to stderr.
  • Loading branch information
Ulrich Drepper committed Sep 30, 2004
1 parent 366778e commit c4f4ef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion iconv/iconv_prog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4f4ef8

Please sign in to comment.