From c78e4ea905bb31d965c9a2b2336bb0f9695ff0f2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 10 Aug 2008 07:32:54 -0700 Subject: [PATCH] Made an error of readlink_stat() use the right function name. --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1