From 846d4188670fce4ab4c1e7f6864c2c43f0e378ad Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 Jun 2022 12:59:47 +0000 Subject: [PATCH] verify: Show message on success Fixes: #12887 Reported-by: Jon Murphy Signed-off-by: Michael Tremer --- src/scripts/location.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/location.in b/src/scripts/location.in index 233cea0..25119a8 100644 --- a/src/scripts/location.in +++ b/src/scripts/location.in @@ -481,7 +481,7 @@ class CLI(object): return 1 # Success - log.debug("Database successfully verified") + log.info("Database successfully verified") return 0 def __get_output_formatter(self, ns): -- 2.39.5