]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix debug message in p2p migration
authorJiri Denemark <jdenemar@redhat.com>
Thu, 2 Aug 2012 10:11:20 +0000 (12:11 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 9 Aug 2012 13:37:05 +0000 (15:37 +0200)
commite18396f36d1e1557dc0b8f93bcf6a85d3cbe0b18
tree989b363f6d5d01a395a22892555719b820d02435
parent462c211232b85c52897819a4c91beb0c95d21bc7
qemu: Fix debug message in p2p migration

When entering "confirm" phase, we are interested in the value of
cancelled rather then ret variable which was interesting before "finish"
phase and didn't change since then.
src/qemu/qemu_migration.c