iptables: Improve debug log output
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 12 Mar 2013 17:16:43 +0000 (18:16 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Mar 2013 12:31:26 +0000 (14:31 +0200)
commit531284a3a5757e6fa2c656a64c7dabb9d7edbfa3
tree73f89e770f0b86b432ec26c26a92c47f0b360280
parent48e887fddc4772633106dd6ad0ac6f6bebff820c
iptables: Improve debug log output

We need to see a bit more in detail what happens when
CONNMAN_IPTABLES_DEBUG is not set, for example the removing/flushing
during bootup.

Also remove the DBG() from parse_rule_spec() because all callers
already have a DBG(). So not much additional information here.
src/iptables.c