X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/87678cefd1f12a8fcb25d5dce32ca3d51ee19f9b..0b7894460092b8b3939f2d89ba9ebde15843d6ab:/flist.c?ds=sidebyside diff --git a/flist.c b/flist.c index b228aab8..d11437fb 100644 --- a/flist.c +++ b/flist.c @@ -1149,7 +1149,7 @@ struct file_struct *make_file(const char *fname, struct file_list *flist, } } else { io_error |= IOERR_GENERAL; - rsyserr(FERROR_XFER, save_errno, "readlink %s failed", + rsyserr(FERROR_XFER, save_errno, "readlink_stat(%s) failed", full_fname(thisname)); } return NULL;