From 5731cce190ea08e31ec0abf4784b37b35aca98b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 3 Apr 2025 10:55:06 +0200 Subject: [PATCH] Fix incorrect log line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/phases/createiso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/createiso.py b/pungi/phases/createiso.py index ddb32370..9587102c 100644 --- a/pungi/phases/createiso.py +++ b/pungi/phases/createiso.py @@ -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 # fixed again. - compose.log_debug("Implanting new MD5 to %s fixed_path") + compose.log_debug("Implanting new MD5 to %s", fixed_path) run( iso.get_implantisomd5_cmd(fixed_path, compose.supported), logfile=compose.paths.log.log_file(