]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: storage: Output parsed network backing store string to debug log
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Jun 2017 15:07:55 +0000 (17:07 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Jun 2017 13:50:29 +0000 (15:50 +0200)
src/util/virstoragefile.c

index e82a7fb530fe249de47d347405e00fd042fd94ab..020c69def2fc9e30dc1a90c26519baf120a82c01 100644 (file)
@@ -3229,6 +3229,8 @@ virStorageSourceNewFromBackingAbsolute(const char *path)
     } else {
         ret->type = VIR_STORAGE_TYPE_NETWORK;
 
+        VIR_DEBUG("parsing backing store string: '%s'", path);
+
         /* handle URI formatted backing stores */
         if ((json = STRSKIP(path, "json:")))
             rc = virStorageSourceParseBackingJSON(ret, json);