[Rsync-patches] [PATCH] Improve the readlink_stat error message.
Matt McCutchen <matt at mattmccutchen.net>
Sat Aug 9 13:18:01 PDT 2008
---
flist.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flist.c b/flist.c
index b228aab..5fe4130 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;
--
1.6.0.rc1.14.g8150
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://mattmccutchen.net/mailman/archives/rsync-patches/attachments/20080809/0edaab4f/attachment.pgp>
More information about the rsync-patches
mailing list