aide/aide-fix-display-issue.patch
yixiangzhike f11d74c34a fix display issue and reporting to http/https/ftp
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
2022-06-27 18:16:05 +08:00

27 lines
626 B
Diff

From c10bb049afc4d02bd9bf99bca9f1cdd38af4cc8b Mon Sep 17 00:00:00 2001
From: guiyao <guiyao@huawei.com>
Date: Mon, 27 Jun 2022 17:39:58 +0800
Subject: [PATCH] fix display issue
---
src/compare_db.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compare_db.c b/src/compare_db.c
index 39b52ed..de7c682 100644
--- a/src/compare_db.c
+++ b/src/compare_db.c
@@ -687,6 +687,9 @@ static void print_report_header() {
} else {
error(0,_("\nNumber of entries:\t%li"), ntotal);
}
+ if(conf->verbose_level<2){
+ error(0,_("\n"));
+ }
}
static void print_report_databases() {
--
1.8.3.1