util: storage: Add hint to error message that indexed access was used

This commit is contained in:
Peter Krempa 2015-04-21 17:48:17 +02:00
parent 62a61d583c
commit 9447f3c5fb

View File

@ -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)