[libvirt] [PATCH] libxl: fix typo in error message

Fabiano Fidêncio fidencio at redhat.com
Tue Nov 26 16:29:53 UTC 2019


On Tue, Nov 26, 2019 at 5:02 PM Daniel P. Berrangé <berrange at redhat.com> wrote:
>
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  src/libxl/libxl_conf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
> index e6c6f5f6ad..1e9d5dc875 100644
> --- a/src/libxl/libxl_conf.c
> +++ b/src/libxl/libxl_conf.c
> @@ -2384,7 +2384,7 @@ libxlDriverNodeGetInfo(libxlDriverPrivatePtr driver, virNodeInfoPtr info)
>
>      if (virStrcpyStatic(info->model, virArchToString(hostarch)) < 0) {
>          virReportError(VIR_ERR_INTERNAL_ERROR,
> -                       _("machine type %s too big for destination"),
> +                       _("host arch %s too big for destination"),
>                         virArchToString(hostarch));
>          goto cleanup;
>      }
> --
> 2.23.0

Reviewed-by: Fabiano Fidêncio <fidencio at redhat.com>





More information about the libvir-list mailing list