From f2c246996978115f0f0bac20b72ccdb766c96621 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 16 Jun 2021 14:25:45 +0300 Subject: [PATCH 48/48] comments.c: Log entry that cannot be from comments file See osdn #42539 Signed-off-by: Marko Lindqvist --- tools/ruleutil/comments.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ruleutil/comments.c b/tools/ruleutil/comments.c index 557ae109a5..c8c3a737ab 100644 --- a/tools/ruleutil/comments.c +++ b/tools/ruleutil/comments.c @@ -94,6 +94,7 @@ bool comments_load(void) if ((comment = secfile_lookup_str(comment_file, comment_path))) { \ target = fc_strdup(comment); \ } else { \ + log_normal("Can't read %s from comments file", comment_path); \ return FALSE; \ } \ } -- 2.30.2