More debug output

This commit is contained in:
Joshua Boniface 2018-06-11 21:26:09 -04:00
parent 3c2bf4b996
commit bed701ac38
1 changed files with 1 additions and 1 deletions

View File

@ -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')