mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: fix error for parallel port mismatch
This commit is contained in:
parent
f4279c5320
commit
4e54714c72
@ -11940,7 +11940,7 @@ virDomainParallelDefCheckABIStability(virDomainChrDefPtr src,
|
|||||||
{
|
{
|
||||||
if (src->target.port != dst->target.port) {
|
if (src->target.port != dst->target.port) {
|
||||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
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);
|
dst->target.port, src->target.port);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user