Adjust receive output to show proper source

This commit is contained in:
Joshua Boniface 2021-07-22 15:43:08 -04:00
parent 32613ff119
commit 3ab6365a53
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ class VMInstance(object):
self.inreceive = True self.inreceive = True
self.logger.out('Receiving VM migration from node "{}"'.format(self.node), state='i', prefix='Domain {}'.format(self.domuuid)) self.logger.out('Receiving VM migration from node "{}"'.format(self.last_currentnode), state='i', prefix='Domain {}'.format(self.domuuid))
# Short delay to ensure sender is in sync # Short delay to ensure sender is in sync
time.sleep(0.5) time.sleep(0.5)