live-cd: Print task ID on success

Relates: #570
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2017-03-15 16:19:47 +01:00
parent 69af0a6a65
commit 23e53219eb
1 changed files with 1 additions and 1 deletions

View File

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