summaryrefslogtreecommitdiff
path: root/xattrs.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-09-06 08:09:20 -0700
committerWayne Davison <wayned@samba.org>2010-09-06 08:09:46 -0700
commit9cb20c605f2c4c9a0928496529ce318643536e1a (patch)
tree1434830664652d0f3e6ff4a196cfdf22f51f4fff /xattrs.c
parentba342e22e7caeb5ac3a7880b6a0572341ce5069c (diff)
downloadrsync-9cb20c605f2c4c9a0928496529ce318643536e1a.tar.gz
Fix rsync_xal_set reference in an error.
Diffstat (limited to 'xattrs.c')
-rw-r--r--xattrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xattrs.c b/xattrs.c
index e6a7156f..fcefebb5 100644
--- a/xattrs.c
+++ b/xattrs.c
@@ -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 */