Commit ac1cb938 authored by Wayne Davison's avatar Wayne Davison

Tweaked an error message.

parent 40df65fd
......@@ -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 != '_') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment