mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
util: storage: Add hint to error message that indexed access was used
This commit is contained in:
parent
62a61d583c
commit
9447f3c5fb
@ -1390,7 +1390,8 @@ virStorageFileChainLookup(virStorageSourcePtr chain,
|
||||
error:
|
||||
if (idx) {
|
||||
virReportError(VIR_ERR_INVALID_ARG,
|
||||
_("could not find backing store %u in chain for '%s'"),
|
||||
_("could not find backing store index %u in chain "
|
||||
"for '%s'"),
|
||||
idx, NULLSTR(start));
|
||||
} else if (name) {
|
||||
if (startFrom)
|
||||
|
Loading…
Reference in New Issue
Block a user