mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
cpu: remove repeated word in error message
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
75d6f42f42
commit
d56c148dc6
@ -203,7 +203,7 @@ virCPUDefParseXML(xmlNodePtr node,
|
|||||||
if (virXPathBoolean("boolean(./arch)", ctxt)) {
|
if (virXPathBoolean("boolean(./arch)", ctxt)) {
|
||||||
if (virXPathBoolean("boolean(./@match)", ctxt)) {
|
if (virXPathBoolean("boolean(./@match)", ctxt)) {
|
||||||
virReportError(VIR_ERR_XML_ERROR, "%s",
|
virReportError(VIR_ERR_XML_ERROR, "%s",
|
||||||
_("'arch' element element cannot be used inside 'cpu'"
|
_("'arch' element cannot be used inside 'cpu'"
|
||||||
" element with 'match' attribute'"));
|
" element with 'match' attribute'"));
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user