mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
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.
This commit is contained in:
parent
462c211232
commit
e18396f36d
@ -2459,7 +2459,7 @@ finish:
|
||||
* If cancelled, then src VM will be restarted, else
|
||||
* it will be killed
|
||||
*/
|
||||
VIR_DEBUG("Confirm3 %p ret=%d vm=%p", sconn, ret, vm);
|
||||
VIR_DEBUG("Confirm3 %p cancelled=%d vm=%p", sconn, cancelled, vm);
|
||||
VIR_FREE(cookiein);
|
||||
cookiein = cookieout;
|
||||
cookieinlen = cookieoutlen;
|
||||
|
Loading…
Reference in New Issue
Block a user