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 <awilliam@redhat.com>
(cherry picked from commit 5c9e79f535)
This commit is contained in:
Adam Williamson 2024-03-20 11:58:56 -07:00 committed by Stepan Oksanichenko
parent e601345a38
commit d81ee0f553
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -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(