]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: qemu-img: change INFO to DEBUG
authorJán Tomko <jtomko@redhat.com>
Mon, 18 Feb 2013 13:48:20 +0000 (14:48 +0100)
committerJán Tomko <jtomko@redhat.com>
Sun, 24 Feb 2013 17:11:40 +0000 (18:11 +0100)
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.

src/storage/storage_backend.c

index b32c7efe0c95f62650e71e2cd0ecfa33d0926f52..460b792614e75a5ab913de3e5ad6935cd36ae4d3 100644 (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");