[libvirt] [PATCH] util: eliminate erroneous VIR_WARNs in (eb|ip)tables.c

Eric Blake eblake at redhat.com
Wed Aug 22 21:18:33 UTC 2012


On 08/22/2012 02:07 PM, Laine Stump wrote:
> Several VIR_DEBUG()'s were changed to VIR_WARN() while I was testing
> the firewalld support patch, and I neglected to change them back
> before I pushed.
> 
> In the meantime I've decided that it would be useful to have them be
> VIR_INFO(), just so there will be logged evidence of which method is
> being used (firewall-cmd vs. (eb|ip)tables) without needing to crank
> logging to 11. (at most this adds 2 lines to libvirtd's logs per
> libvirtd start).
> ---
>  src/util/ebtables.c | 8 ++++----
>  src/util/iptables.c | 8 ++++----
>  2 files changed, 8 insertions(+), 8 deletions(-)

ACK.

> 
> diff --git a/src/util/ebtables.c b/src/util/ebtables.c
> index 1a78f89..3170ab0 100644
> --- a/src/util/ebtables.c
> +++ b/src/util/ebtables.c
> @@ -55,19 +55,19 @@ virEbTablesOnceInit(void)
>  {
>      firewall_cmd_path = virFindFileInPath("firewall-cmd");
>      if (!firewall_cmd_path) {
> -        VIR_WARN("firewall-cmd not found on system. "
> -                 "firewalld support disabled for ebtables.");
> +        VIR_INFO("firewall-cmd not found on system. "
> +                  "firewalld support disabled for ebtables.");

Indentation looks off.

> +++ b/src/util/iptables.c
> @@ -53,19 +53,19 @@ virIpTablesOnceInit(void)
>  {
>      firewall_cmd_path = virFindFileInPath("firewall-cmd");
>      if (!firewall_cmd_path) {
> -        VIR_WARN("firewall-cmd not found on system. "
> -                 "firewalld support disabled for iptables.");
> +        VIR_INFO("firewall-cmd not found on system. "
> +                  "firewalld support disabled for iptables.");

and again.

-- 
Eric Blake   eblake at 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: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120822/7a622f38/attachment-0001.sig>


More information about the libvir-list mailing list