From: Michal Privoznik Date: Mon, 26 Feb 2018 08:37:31 +0000 (+0100) Subject: qemuProcessLaunch: Print all arguments to debug X-Git-Tag: v4.1.0-rc2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b49e387a92fa1cec9e17d2b1fdce684596ad2a;p=thirdparty%2Flibvirt.git qemuProcessLaunch: Print all arguments to debug Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 1923c8e359..57c06c7c15 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -5909,11 +5909,11 @@ qemuProcessLaunch(virConnectPtr conn, int *nicindexes = NULL; size_t i; - VIR_DEBUG("vm=%p name=%s id=%d asyncJob=%d " + VIR_DEBUG("conn=%p driver=%p vm=%p name=%s if=%d asyncJob=%d " "incoming.launchURI=%s incoming.deferredURI=%s " "incoming.fd=%d incoming.path=%s " "snapshot=%p vmop=%d flags=0x%x", - vm, vm->def->name, vm->def->id, asyncJob, + conn, driver, vm, vm->def->name, vm->def->id, asyncJob, NULLSTR(incoming ? incoming->launchURI : NULL), NULLSTR(incoming ? incoming->deferredURI : NULL), incoming ? incoming->fd : -1,