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>
This commit is contained in:
parent
29c166ab99
commit
5c9e79f535
@ -68,7 +68,7 @@ class OSTreeContainerThread(WorkerThread):
|
|||||||
self.worker(compose, variant, arch, config)
|
self.worker(compose, variant, arch, config)
|
||||||
|
|
||||||
def worker(self, 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)
|
self.pool.log_info("[BEGIN] %s" % msg)
|
||||||
workdir = compose.paths.work.topdir("ostree-container-%d" % self.num)
|
workdir = compose.paths.work.topdir("ostree-container-%d" % self.num)
|
||||||
self.logdir = compose.paths.log.topdir(
|
self.logdir = compose.paths.log.topdir(
|
||||||
|
Loading…
Reference in New Issue
Block a user