]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: eliminate erroneous VIR_WARNs in (eb|ip)tables.c
authorLaine Stump <laine@laine.org>
Wed, 22 Aug 2012 20:00:28 +0000 (16:00 -0400)
committerLaine Stump <laine@laine.org>
Thu, 23 Aug 2012 02:44:17 +0000 (22:44 -0400)
commit947a51ee94bcbf47aa47c4ef0e72bda2321072c8
tree89d4744db0daf1b902fb287831f54c9189aaa197
parent66d811293a03cbb20c7903a2225f0b814edaedbf
util: eliminate erroneous VIR_WARNs in (eb|ip)tables.c

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
src/util/iptables.c