From 23e53219ebdb9c7424e5921a15a1914e4d283d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 15 Mar 2017 16:19:47 +0100 Subject: [PATCH] live-cd: Print task ID on success MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relates: #570 Signed-off-by: Lubomír Sedlář --- pungi/phases/live_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/live_images.py b/pungi/phases/live_images.py index 20cbbfc0..c771990b 100644 --- a/pungi/phases/live_images.py +++ b/pungi/phases/live_images.py @@ -230,7 +230,7 @@ class CreateLiveImageThread(WorkerThread): self._add_to_images(compose, variant, subvariant, arch, cmd['type'], self._get_format(image_path), destination) - self.pool.log_info("[DONE ] %s" % msg) + self.pool.log_info("[DONE ] %s (task id: %s)" % (msg, output['task_id'])) def _add_to_images(self, compose, variant, subvariant, arch, type, format, path): """Adds the image to images.json"""