From fac2c9edb3b3c91c04e4ed50f92b322e71868e91 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 11 Jun 2018 02:08:09 -0400 Subject: [PATCH] Output text change --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index a0da4e8c..2a81d937 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -218,7 +218,7 @@ class VMInstance: if not self.domuuid in self.thishypervisor.domain_list: self.thishypervisor.domain_list.append(self.domuuid) - ansiiprint.echo('Successfully migrated VM', '{}:'.format(self.domuuid), 'o') + ansiiprint.echo('Successfully received migrated VM', '{}:'.format(self.domuuid), 'o') else: ansiiprint.echo('Failed to receive migrated VM', '{}:'.format(self.domuuid), 'e')