From 11d58022cff4dd43402b1e06d34548d17ddb2dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Fri, 3 Mar 2023 21:21:32 +0000 Subject: [PATCH] Change checksum log message to info instead of warning --- mvt/common/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/command.py b/mvt/common/command.py index 7b95c3d..5f048f6 100644 --- a/mvt/common/command.py +++ b/mvt/common/command.py @@ -122,7 +122,7 @@ class Command: if self.target_path and (os.environ.get("MVT_HASH_FILES") or self.hashes): info_hash = get_sha256_from_file_path(info_path) - self.log.warning("Reference hash of the info.json file : %s", info_hash) + self.log.info("Reference hash of the info.json file: \"%s\"", info_hash) def generate_hashes(self) -> None: """