Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/conf/domain_conf.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 1f202dc..a1048a7 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -10724,10 +10724,9 @@ virDomainGraphicsListenDefParseXML(virDomainGraphicsListenDefPtr
def,
if (network && network[0]) {
if (def->type != VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NETWORK) {
- /* network='xxx' never makes sense with anything except
- * type='network' */
virReportError(VIR_ERR_XML_ERROR, "%s",
- _("network attribute not allowed when listen type is not
network"));
+ _("'network' attribute is valid only for listen
"
+ "type 'network'"));
goto error;
}
def->network = network;
--
2.8.2