Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
src/qemu/qemu_process.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
index ba84182..ee522b9 100644
--- a/src/qemu/qemu_process.c
+++ b/src/qemu/qemu_process.c
@@ -4302,9 +4302,10 @@ int qemuProcessStart(virConnectPtr conn,
size_t nnicindexes = 0;
int *nicindexes = NULL;
- VIR_DEBUG("vm=%p name=%s id=%d pid=%llu",
- vm, vm->def->name, vm->def->id,
- (unsigned long long)vm->pid);
+ VIR_DEBUG("vm=%p name=%s id=%d asyncJob=%d migrateFrom=%s stdin_fd=%d "
+ "stdin_path=%s snapshot=%p vmop=%d flags=0x%x",
+ vm, vm->def->name, vm->def->id, asyncJob,
NULLSTR(migrateFrom),
+ stdin_fd, NULLSTR(stdin_path), snapshot, vmop, flags);
/* Okay, these are just internal flags,
* but doesn't hurt to check */
--
2.4.5