From bed701ac38c466e23504dd4ab0f0cc1f44235d76 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Mon, 11 Jun 2018 21:26:09 -0400 Subject: [PATCH] More debug output --- NodeInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeInstance.py b/NodeInstance.py index 8ae1a5e8..a8cbcf07 100644 --- a/NodeInstance.py +++ b/NodeInstance.py @@ -145,7 +145,7 @@ class NodeInstance(): print('{} {} {} {}'.format(hypervisor, memfree, most_memfree, target_hypervisor)) - print(target_hypervisor) + print('{} {}'.format(dom_uuid, target_hypervisor)) if target_hypervisor == None: ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e')