]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
verify: Show message on success
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Jun 2022 12:59:47 +0000 (12:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 23 Jun 2022 12:59:47 +0000 (12:59 +0000)
Fixes: #12887
Reported-by: Jon Murphy <jon.murphy@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location.in

index 233cea031065d01ecc553816a2d039a0b3f63848..25119a8d34f270aded65c5c533ef92d46bdc7023 100644 (file)
@@ -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):