From d49a0919cd13a6c5cc5e01c0859157b56a22ed5c Mon Sep 17 00:00:00 2001 From: Petr Jelinek Date: Sat, 4 Nov 2017 16:18:20 +0100 Subject: [PATCH] Improve the hba.conf parsing issue warning This was added by 4f3dfc9, the wording was no ideal. --- src/hba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hba.c b/src/hba.c index 8439ccf..769812e 100644 --- a/src/hba.c +++ b/src/hba.c @@ -635,7 +635,7 @@ struct HBA *hba_load_rules(const char *fn) parse_from_string(&tp, ln); if (!parse_line(hba, &tp, linenr, fn)) { /* Tell the admin where to look for the problem. */ - log_warning("problem in hba config LINE %d", linenr); + log_warning("could not parse hba config line %d", linenr); /* Ignore line, but parse to the end. */ continue; } -- 2.40.0