mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: Enhance debug message in qemuMonitorSetMigrationCapability
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
38b0e4f58f
commit
58c1e16951
@ -3943,7 +3943,8 @@ qemuMonitorSetMigrationCapability(qemuMonitorPtr mon,
|
||||
qemuMonitorMigrationCaps capability,
|
||||
bool state)
|
||||
{
|
||||
VIR_DEBUG("capability=%d", capability);
|
||||
VIR_DEBUG("capability=%s, state=%d",
|
||||
qemuMonitorMigrationCapsTypeToString(capability), state);
|
||||
|
||||
QEMU_CHECK_MONITOR_JSON(mon);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user