Fix incorrect log line

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2025-04-03 10:55:06 +02:00 committed by lsedlar
parent e135042967
commit 5731cce190

View file

@ -656,7 +656,7 @@ def fix_treeinfo_checksums(compose, iso_path, arch):
) )
# The modified ISO no longer has implanted MD5, so that needs to be # The modified ISO no longer has implanted MD5, so that needs to be
# fixed again. # fixed again.
compose.log_debug("Implanting new MD5 to %s fixed_path") compose.log_debug("Implanting new MD5 to %s", fixed_path)
run( run(
iso.get_implantisomd5_cmd(fixed_path, compose.supported), iso.get_implantisomd5_cmd(fixed_path, compose.supported),
logfile=compose.paths.log.log_file( logfile=compose.paths.log.log_file(