mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemuMigrationPrecreateStorage: Fix debug message
When pre-creating storage for domains, we need to find corresponding disk in the XML on the destination (domain XML may differ there, e.g. disk is accessible under different path). For better debugging, I'm printing all info I received on a disk. But there was a typo when printing the disk capacity: "%lluu" instead of "%llu". Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
522e81cbb5
commit
65a88572ad
@ -1581,7 +1581,7 @@ qemuMigrationPrecreateStorage(virConnectPtr conn,
|
||||
int indx;
|
||||
const char *diskSrcPath;
|
||||
|
||||
VIR_DEBUG("Looking up disk target '%s' (capacity=%lluu)",
|
||||
VIR_DEBUG("Looking up disk target '%s' (capacity=%llu)",
|
||||
nbd->disks[i].target, nbd->disks[i].capacity);
|
||||
|
||||
if ((indx = virDomainDiskIndexByName(vm->def,
|
||||
|
Loading…
x
Reference in New Issue
Block a user