mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix incorrect values in redirdev ABI check error
My commit c9123fb introduced this copy-and-paste error.
This commit is contained in:
parent
3f671e6c52
commit
27fbfc2a17
@ -14231,7 +14231,7 @@ virDomainDefCheckABIStability(virDomainDefPtr src,
|
|||||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
|
||||||
_("Target domain redirected devices count %zu "
|
_("Target domain redirected devices count %zu "
|
||||||
"does not match source %zu"),
|
"does not match source %zu"),
|
||||||
dst->nconsoles, src->nconsoles);
|
dst->nredirdevs, src->nredirdevs);
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user