From 79f000577b7a641fa1a0133a587e4194a3f55792 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Wed, 15 Oct 2014 18:37:39 +0300 Subject: [PATCH] Change an output message to success --- image_creator/os_type/windows/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_creator/os_type/windows/__init__.py b/image_creator/os_type/windows/__init__.py index a7a4728..1bba810 100644 --- a/image_creator/os_type/windows/__init__.py +++ b/image_creator/os_type/windows/__init__.py @@ -863,7 +863,7 @@ class Windows(OSBase): else: self._cleanup('virtio') - self.out.output("VirtIO drivers were successfully installed") + self.out.success("VirtIO drivers were successfully installed") self.out.output() def _upload_virtio_drivers(self, dirname, drvs, delete_old=True): -- GitLab