Change checksum log message to info instead of warning

This commit is contained in:
Donncha Ó Cearbhaill
2023-03-03 21:21:32 +00:00
parent cc205bfab0
commit 11d58022cf

View File

@@ -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:
"""