diff --git a/parser.c b/parser.c index 8929f4cf..fc2b58bd 100644 --- a/parser.c +++ b/parser.c @@ -516,7 +516,7 @@ int parser_run(parser_context *context) parser_error(context, "section->onenter failed"); } else { - parser_error(context, "unknown section"); + parser_error(context, "unknown section <%s>", section_token); } FREE(section_token); }