qemu: Add debug message to spice migration

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark 2015-12-16 13:14:42 +01:00
parent 7140807917
commit 0e747f2029
1 changed files with 1 additions and 0 deletions

View File

@ -2506,6 +2506,7 @@ qemuMigrationWaitForSpice(virDomainObjPtr vm)
if (!wait_for_spice)
return 0;
VIR_DEBUG("Waiting for SPICE to finish migration");
while (!priv->job.spiceMigrated && !priv->job.abortJob) {
if (virDomainObjWait(vm) < 0)
return -1;