From: Chen Hanxiao <[email protected]>

A copy-paste error.
s/model/vendor id

Signed-off-by: Chen Hanxiao <[email protected]>
---
 src/conf/cpu_conf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c
index 5deb325..c4917b8 100644
--- a/src/conf/cpu_conf.c
+++ b/src/conf/cpu_conf.c
@@ -767,7 +767,7 @@ virCPUDefIsEqual(virCPUDefPtr src,
 
     if (STRNEQ_NULLABLE(src->vendor_id, dst->vendor_id)) {
         virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
-                       _("Target CPU model %s does not match source %s"),
+                       _("Target CPU vendor id %s does not match source %s"),
                        NULLSTR(dst->vendor_id), NULLSTR(src->vendor_id));
         goto cleanup;
     }
-- 
1.8.2.1

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to