]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Include listenAddress in debug prints
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Oct 2013 12:15:32 +0000 (14:15 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Oct 2013 13:19:23 +0000 (15:19 +0200)
commitbe651860444cab8d4961ea63ac570846f63e2d89
treea1e0b71502c8df0dfee02ee683b13c5725438709
parentc7ac2519b7fe8b4f9c0ecc05cf7e46dea64b5e15
qemu: Include listenAddress in debug prints

After my patches, some functions gained one more argument
(@listenAddress) which wasn't included in debug printing of
arguments they were called with. Functions in question are:
qemuMigrationPrepareDirect and qemuMigrationPerform.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_migration.c