diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index 4c748cddc0bd749c0ad8f2abb8d4e7d898518262..28739988c25165483ce7b454ddf4f065d86eede3 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -3486,15 +3486,15 @@ phypBuildLpar(virConnectPtr conn, virDomainDefPtr def) if (!def->mem.cur_balloon) { virReportError(VIR_ERR_XML_ERROR, "%s", - _("Field on the domain XML file is missing or has " - "invalid value.")); + _("Field on the domain XML file is " + "missing or has invalid value")); goto cleanup; } if (!def->mem.max_balloon) { virReportError(VIR_ERR_XML_ERROR, "%s", - _("Field on the domain XML file is missing or " - "has invalid value.")); + _("Field on the domain XML file is missing or " + "has invalid value")); goto cleanup; }