提交 4e54714c 编写于 作者: J Ján Tomko

conf: fix error for parallel port mismatch

上级 f4279c53
......@@ -11940,7 +11940,7 @@ virDomainParallelDefCheckABIStability(virDomainChrDefPtr src,
{
if (src->target.port != dst->target.port) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Target serial port %d does not match source %d"),
_("Target parallel port %d does not match source %d"),
dst->target.port, src->target.port);
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册