aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending/iconv.c')
-rw-r--r--toys/pending/iconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/iconv.c b/toys/pending/iconv.c
index 77b80382..75ff6397 100644
--- a/toys/pending/iconv.c
+++ b/toys/pending/iconv.c
@@ -43,7 +43,7 @@ static void do_iconv(int fd, char *name)
len = read(fd, in, 2048-inleft);
if (len < 0) {
- perror_msg("read '%s'");
+ perror_msg("read '%s'", name);
return;
}
inleft += len;