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

Peter Krempa posted 10 patches 7 years, 11 months ago
There is a newer version of this series
[libvirt] [PATCH 01/10] util: storage: Output parsed network backing store string to debug log
Posted by Peter Krempa 7 years, 11 months ago
---
 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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 01/10] util: storage: Output parsed network backing store string to debug log
Posted by Pavel Hrdina 7 years, 11 months ago
On Fri, Jun 16, 2017 at 05:29:38PM +0200, Peter Krempa wrote:
> ---
>  src/util/virstoragefile.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list