diff options
| author | Wayne Davison <wayned@samba.org> | 2005-02-27 07:34:27 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-02-27 07:34:27 +0000 |
| commit | ac1cb9380d274602d8f7aae476d8ddd05e32d630 (patch) | |
| tree | fd4f98eacede15be42314755858ced33e32d9eda /exclude.c | |
| parent | 40df65fdb47e025392e2cf5cc3059d627b61ccac (diff) | |
| download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 != '_') { |
