aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-27 07:34:27 +0000
committerWayne Davison <wayned@samba.org>2005-02-27 07:34:27 +0000
commitac1cb9380d274602d8f7aae476d8ddd05e32d630 (patch)
treefd4f98eacede15be42314755858ced33e32d9eda /exclude.c
parent40df65fdb47e025392e2cf5cc3059d627b61ccac (diff)
downloadandroid_external_rsync-ac1cb9380d274602d8f7aae476d8ddd05e32d630.tar.gz
android_external_rsync-ac1cb9380d274602d8f7aae476d8ddd05e32d630.tar.bz2
android_external_rsync-ac1cb9380d274602d8f7aae476d8ddd05e32d630.zip
Tweaked an error message.
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 87013ec4..a606b1bc 100644
--- a/exclude.c
+++ b/exclude.c
@@ -757,7 +757,7 @@ static const char *parse_rule_tok(const char *p, uint32 mflags, int xflags,
mods = NULL;
break;
default:
- rprintf(FERROR, "Unknown filter rule: %s\n", p);
+ rprintf(FERROR, "Unknown filter rule: `%s'\n", p);
exit_cleanup(RERR_SYNTAX);
}
while (mods && *++s && *s != ' ' && *s != '_') {