mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03: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,
|
||||
_("Target domain redirected devices count %zu "
|
||||
"does not match source %zu"),
|
||||
dst->nconsoles, src->nconsoles);
|
||||
dst->nredirdevs, src->nredirdevs);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user