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

Eric Blake eblake at redhat.com
Wed Dec 12 22:04:57 UTC 2012


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.

 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",
-- 
1.8.0.2




More information about the libvir-list mailing list