From: Wayne Davison Date: Mon, 6 Sep 2010 15:09:20 +0000 (-0700) Subject: Fix rsync_xal_set reference in an error. X-Git-Tag: v3.0.8pre1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79bc5c791f443528405ad112a7aacae1b1655b1;p=thirdparty%2Frsync.git Fix rsync_xal_set reference in an error. --- diff --git a/xattrs.c b/xattrs.c index 773ac0d9..a0b25833 100644 --- a/xattrs.c +++ b/xattrs.c @@ -857,7 +857,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 */