mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00: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,8 +807,8 @@ virStorageBackendCreateQemuImgCmd(virConnectPtr conn,
|
||||
break;
|
||||
|
||||
default:
|
||||
VIR_INFO("Unable to set backing store format for %s with %s",
|
||||
vol->target.path, create_tool);
|
||||
VIR_DEBUG("Unable to set backing store format for %s with %s",
|
||||
vol->target.path, create_tool);
|
||||
|
||||
if (do_encryption)
|
||||
virCommandAddArg(cmd, "-e");
|
||||
|
Loading…
x
Reference in New Issue
Block a user