mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
storage: qemu-img: change INFO to DEBUG
For really old qemu-img binaries which do not support specifying the format of the backing file, display a DEBUG message instead of INFO that this can't be done.
This commit is contained in:
parent
81738cd014
commit
c9ad54db40
@ -807,7 +807,7 @@ virStorageBackendCreateQemuImgCmd(virConnectPtr conn,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
VIR_INFO("Unable to set backing store format for %s with %s",
|
VIR_DEBUG("Unable to set backing store format for %s with %s",
|
||||||
vol->target.path, create_tool);
|
vol->target.path, create_tool);
|
||||||
|
|
||||||
if (do_encryption)
|
if (do_encryption)
|
||||||
|
Loading…
Reference in New Issue
Block a user