[libvirt] [PATCH 3/4] Remove double space in error messages

Michal Privoznik mprivozn at redhat.com
Fri Jul 26 10:44:32 UTC 2013


On 26.07.2013 12:28, Ján Tomko wrote:
> ---
>  src/conf/network_conf.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c
> index 5faac92..2561c35 100644
> --- a/src/conf/network_conf.c
> +++ b/src/conf/network_conf.c
> @@ -920,7 +920,7 @@ virNetworkDNSSrvDefParseXML(const char *networkName,
>      if (!(def->service = virXMLPropString(node, "service")) && !partialOkay) {
>          virReportError(VIR_ERR_XML_DETAIL,
>                         _("Missing required service attribute in DNS SRV record "
> -                         " of network %s"), networkName);
> +                         "of network %s"), networkName);
>          goto error;
>      }
>      if (def->service && strlen(def->service) > DNS_RECORD_LENGTH_SRV) {
> @@ -943,7 +943,7 @@ virNetworkDNSSrvDefParseXML(const char *networkName,
>          (STRNEQ(def->protocol, "udp"))) {
>          virReportError(VIR_ERR_XML_DETAIL,
>                         _("Invalid protocol attribute value '%s' "
> -                         " in DNS SRV record of network %s"),
> +                         "in DNS SRV record of network %s"),
>                         def->protocol, networkName);
>          goto error;
>      }
> 

ACK

Michal




More information about the libvir-list mailing list