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:
Ján Tomko 2013-02-18 14:48:20 +01:00
parent 81738cd014
commit c9ad54db40

View File

@ -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");