From: Wayne Davison Date: Sun, 10 Aug 2008 14:31:45 +0000 (-0700) Subject: Made an error of readlink_stat() use the right function name. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5b979530a7483d8c0373697711f03b3bd8050cbe?hp=7ec8baaa7e1762bb3407b3e7b5037f0443bb7243 Made an error of readlink_stat() use the right function name. --- diff --git a/flist.c b/flist.c index d9cfd743..35efc8b1 100644 --- a/flist.c +++ b/flist.c @@ -1126,7 +1126,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;