]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libxl: fix typo in error message
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 26 Nov 2019 15:59:13 +0000 (15:59 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 27 Nov 2019 14:19:41 +0000 (14:19 +0000)
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/libxl/libxl_conf.c

index e6c6f5f6adfd9bec835f0591a145c4cae270c576..37fe3600676984503f731f9551c08d7a3cf1352b 100644 (file)
@@ -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 is too big for destination"),
                        virArchToString(hostarch));
         goto cleanup;
     }