Commit 846d4188 authored by Michael Tremer's avatar Michael Tremer

verify: Show message on success

Fixes: #12887
Reported-by: default avatarJon Murphy <jon.murphy@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent fbe0f743
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment