Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/conf/domain_conf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 1bc72a4e90..a179c1e278 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -15538,7 +15538,7 @@ virDomainIOThreadIDDefParseXML(xmlNodePtr node,
if (virStrToLong_uip(tmp, NULL, 10, &iothrid->iothread_id) < 0 ||
iothrid->iothread_id == 0) {
virReportError(VIR_ERR_XML_ERROR,
- _("invalid iothread 'id' value '%s'"),
tmp);
+ _("invalid iothread 'id' value '%s'"),
tmp);
goto error;
}
--
2.11.1