From: Peter Krempa <pkrempa@redhat.com>
Use '=' to delimit identifier and value. Since we're logging VM object
log also the name of the VM.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
src/qemu/qemu_monitor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c
index baa78dd6fe..d0acd31c05 100644
--- a/src/qemu/qemu_monitor.c
+++ b/src/qemu/qemu_monitor.c
@@ -79,7 +79,7 @@ VIR_LOG_INIT("qemu.qemu_monitor");
_("monitor must not be NULL")); \
exit; \
} \
- VIR_DEBUG("mon:%p vm:%p monfd:%d", mon, mon->vm, mon->fd); \
+ VIR_DEBUG("mon=%p vm=%p(%s) monfd=%d", mon, mon->vm, mon->vm->def->name, mon->fd); \
} while (0)
/* Check monitor and return NULL on error */
--
2.55.0