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:
parent
d23410449f
commit
236e1f7e8c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user