[libvirt] [PATCH] network: match xml warning message

Eric Blake eblake at redhat.com
Wed Dec 12 23:31:52 UTC 2012


On 12/12/2012 03:04 PM, Eric Blake wrote:
> I noticed that /var/lib/libvirt/dnsmasq/*.conf used the wrong word;
> it was intended to match the wording in src/util/xml.c.
> 
> * src/network/bridge_driver.c (networkDnsmasqConfContents): Fix typo.
> ---
> 
> Pushing under the trivial rule.

Thankfully I ran 'make check' and cleaned that up before pushing - we
had encoded this same typo into several test files.

> 
>  src/network/bridge_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c
> index 3dd98ad..4e1958d 100644
> --- a/src/network/bridge_driver.c
> +++ b/src/network/bridge_driver.c
> @@ -669,7 +669,7 @@ networkDnsmasqConfContents(virNetworkObjPtr network,
>                                "##OVERWRITTEN AND LOST.  Changes to this "
>                                "configuration should be made using:\n"
>                                "##    virsh net-edit %s\n"
> -                              "## of other applications using the libvirt API.\n"
> +                              "## or other application using the libvirt API.\n"
>                                "##\n## dnsmasq conf file created by libvirt\n"
>                                "strict-order\n"
>                                "domain-needed\n",
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20121212/3e93eeac/attachment-0001.sig>


More information about the libvir-list mailing list