From 5c9e79f535db9c55a2f6b24a699c63bc5c23841b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 20 Mar 2024 11:58:56 -0700 Subject: [PATCH] De-duplicate log messages for ostree and ostree_container phases The ostree and ostree_container phases both log messages in the exact same form, which is rather confusing. This will make it much clearer which message comes from which phase. Signed-off-by: Adam Williamson --- pungi/phases/ostree_container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/ostree_container.py b/pungi/phases/ostree_container.py index ce2001d2..38a647ed 100644 --- a/pungi/phases/ostree_container.py +++ b/pungi/phases/ostree_container.py @@ -68,7 +68,7 @@ class OSTreeContainerThread(WorkerThread): self.worker(compose, variant, arch, config) def worker(self, compose, variant, arch, config): - msg = "OSTree phase for variant %s, arch %s" % (variant.uid, arch) + msg = "OSTree container phase for variant %s, arch %s" % (variant.uid, arch) self.pool.log_info("[BEGIN] %s" % msg) workdir = compose.paths.work.topdir("ostree-container-%d" % self.num) self.logdir = compose.paths.log.topdir(