Skip to content
Snippets Groups Projects
Commit 79f00057 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Change an output message to success

parent 14fe874a
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment