Made an error of readlink_stat() use the right function name.
authorWayne Davison <wayned@samba.org>
Sun, 10 Aug 2008 14:32:54 +0000 (07:32 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 10 Aug 2008 14:32:54 +0000 (07:32 -0700)
flist.c

diff --git a/flist.c b/flist.c
index b228aab8fe09a0c2ba161502c8f516082a7b7bd5..d11437fbd3ac5c7606a67e7f8320132af36142fa 100644 (file)
--- 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;