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 87013ec..a606b1b 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 != '_') {