X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ba342e22e7caeb5ac3a7880b6a0572341ce5069c..9cb20c605f2c4c9a0928496529ce318643536e1a:/xattrs.c 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 */