diff options
-rw-r--r-- | conf-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf-parser.c b/conf-parser.c index 6f5361f9c8..2cf90f2def 100644 --- a/conf-parser.c +++ b/conf-parser.c @@ -111,6 +111,7 @@ static int parse_line(const char *filename, unsigned line, char **section, const return -ENOMEM; if (sections && !strv_contains((char**) sections, n)) { + log_error("[%s:%u] Unknown section '%s'.", filename, line, n); free(n); return -EBADMSG; } |