提交 9447f3c5 编写于 作者: P Peter Krempa

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

上级 62a61d58
无相关合并请求
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部