From ac1cb9380d274602d8f7aae476d8ddd05e32d630 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 27 Feb 2005 07:34:27 +0000 Subject: [PATCH] Tweaked an error message. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 != '_') { -- 2.34.1