Commit 9cb20c60 authored by Wayne Davison's avatar Wayne Davison

Fix rsync_xal_set reference in an error.

parent ba342e22
......@@ -872,7 +872,7 @@ static int rsync_xal_set(const char *fname, item_list *xalp,
if (i == xalp->count) {
if (sys_lremovexattr(fname, name) < 0) {
rsyserr(FERROR_XFER, errno,
"rsync_xal_clear: lremovexattr(\"%s\",\"%s\") failed",
"rsync_xal_set: lremovexattr(\"%s\",\"%s\") failed",
fname, name);
ret = -1;
} else /* make sure caller sets mtime */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment