X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e34ad4e925293ff222bb4fe47b010153fa9f30ab..7c7462cd3079c27062569dce90f6ae3fa79040b3:/flist.c diff --git a/flist.c b/flist.c index 061d1be6..d7f095d4 100644 --- a/flist.c +++ b/flist.c @@ -696,7 +696,7 @@ static struct file_struct *recv_file_entry(struct file_list *flist, if (iconvbufs(ic_recv, &inbuf, &outbuf, 0) < 0) { io_error |= IOERR_GENERAL; - rprintf(FERROR_XFER, + rprintf(FERROR_UTF8, "[%s] cannot convert filename: %s (%s)\n", who_am_i(), lastname, strerror(errno)); outbuf.len = 0;