]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweaked an error message.
authorWayne Davison <wayned@samba.org>
Sun, 27 Feb 2005 07:34:27 +0000 (07:34 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 27 Feb 2005 07:34:27 +0000 (07:34 +0000)
exclude.c

index 87013ec4d403eeeeb516da1cfb16b05d1787a8dc..a606b1bc2965d55b08015260429d40a365082ee2 100644 (file)
--- 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 != '_') {