1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-13 17:18:01 +03:00

util: storage: Output parsed network backing store string to debug log

This commit is contained in:
Peter Krempa 2017-06-16 17:07:55 +02:00
parent d23410449f
commit 236e1f7e8c

View 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);