[libvirt] [PATCH 01/10] util: storage: Output parsed network backing store string to debug log

Peter Krempa pkrempa at redhat.com
Fri Jun 16 15:29:38 UTC 2017


---
 src/util/virstoragefile.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c
index e82a7fb53..020c69def 100644
--- a/src/util/virstoragefile.c
+++ b/src/util/virstoragefile.c
@@ -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);
-- 
2.12.2




More information about the libvir-list mailing list