提交 4bcb74d0 编写于 作者: C Chen Hanxiao 提交者: Michal Privoznik

conf: fix incorrect error log in virCPUDefIsEqual

A copy-paste error.
s/model/vendor id
Signed-off-by: NChen Hanxiao <chenhanxiao@cn.fujitsu.com>
上级 5ac7f078
...@@ -767,7 +767,7 @@ virCPUDefIsEqual(virCPUDefPtr src, ...@@ -767,7 +767,7 @@ virCPUDefIsEqual(virCPUDefPtr src,
if (STRNEQ_NULLABLE(src->vendor_id, dst->vendor_id)) { if (STRNEQ_NULLABLE(src->vendor_id, dst->vendor_id)) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Target CPU model %s does not match source %s"), _("Target CPU vendor id %s does not match source %s"),
NULLSTR(dst->vendor_id), NULLSTR(src->vendor_id)); NULLSTR(dst->vendor_id), NULLSTR(src->vendor_id));
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册