From: Peter Krempa Date: Fri, 6 Dec 2019 17:44:22 +0000 (+0100) Subject: qemu: migration: Mention disk target rather than the drive name in debug msg X-Git-Tag: v6.0.0-rc1~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e35156bd18badf9757cad0904493e7eda530320;p=thirdparty%2Flibvirt.git qemu: migration: Mention disk target rather than the drive name in debug msg Signed-off-by: Peter Krempa Reviewed-by: Eric Blake --- diff --git a/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 8bf23e9f30..27023c94b1 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.c @@ -829,7 +829,7 @@ qemuMigrationSrcNBDStorageCopyBlockdev(virQEMUDriverPtr driver, int mon_ret = 0; g_autoptr(virStorageSource) copysrc = NULL; - VIR_DEBUG("starting blockdev mirror for disk=%s to host=%s", diskAlias, host); + VIR_DEBUG("starting blockdev mirror for disk=%s to host=%s", disk->dst, host); if (!(copysrc = qemuMigrationSrcNBDStorageCopyBlockdevPrepareSource(disk, host, port, tlsAlias))) return -1;