]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuMigrationPrecreateStorage: Fix debug message
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 2 Apr 2015 14:34:01 +0000 (16:34 +0200)
committerCole Robinson <crobinso@redhat.com>
Tue, 28 Apr 2015 15:14:29 +0000 (11:14 -0400)
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>
(cherry picked from commit 65a88572ad06a96e206ec6d8549cf31827327b40)

src/qemu/qemu_migration.c

index 9fa58cada106d201489b1f57006a9e997ac7c4bf..1b841ad1e9e9c155f3dbbb1046a59d2b07544ce7 100644 (file)
@@ -1580,7 +1580,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,