]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMigrationPrecreateStorage: Fix debug message
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 2 Apr 2015 14:34:01 +0000 (16:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 13 Apr 2015 09:40:57 +0000 (11:40 +0200)
commit65a88572ad06a96e206ec6d8549cf31827327b40
tree8c5f9cc66ad6b64e86c7c80905120631fcf39b38
parent522e81cbb501e9772fbafba975ac886c1b4a283d
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>
src/qemu/qemu_migration.c