summaryrefslogtreecommitdiff
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-07-31 07:59:45 -0700
committerWayne Davison <wayned@samba.org>2008-07-31 07:59:45 -0700
commit342bfb5e23ebb372e0b1230f8124a4312f8a66d8 (patch)
tree7297393faa684626163e9a2ccdcde8c0cb38d680 /exclude.c
parent1fe0d1426309308128f0622452063f26de2ce590 (diff)
downloadrsync-342bfb5e23ebb372e0b1230f8124a4312f8a66d8.tar.gz
Output an FERROR* for a general io_error, and an FWARNING for other
io_error flags.
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exclude.c b/exclude.c
index 9672bf9f..6eb83cb6 100644
--- a/exclude.c
+++ b/exclude.c
@@ -475,7 +475,7 @@ void *push_local_filters(const char *dir, unsigned int dirlen)
XFLG_ANCHORED2ABS);
} else {
io_error |= IOERR_GENERAL;
- rprintf(FINFO,
+ rprintf(FERROR,
"cannot add local filter rules in long-named directory: %s\n",
full_fname(dirbuf));
}