mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue