提交 27fbfc2a 编写于 作者: J Ján Tomko

Fix incorrect values in redirdev ABI check error

My commit c9123fbe introduced this copy-and-paste error.
上级 3f671e6c
......@@ -14231,7 +14231,7 @@ virDomainDefCheckABIStability(virDomainDefPtr src,
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Target domain redirected devices count %zu "
"does not match source %zu"),
dst->nconsoles, src->nconsoles);
dst->nredirdevs, src->nredirdevs);
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册