Signed-off-by: Alexey Perevalov <a.perevalov@xxxxxxxxxxx> --- iptables/ip6tables-restore.c | 7 +------ iptables/iptables-restore.c | 7 +------ iptables/iptables-xml.c | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/iptables/ip6tables-restore.c b/iptables/ip6tables-restore.c index b8b9e0d..2f08640 100644 --- a/iptables/ip6tables-restore.c +++ b/iptables/ip6tables-restore.c @@ -18,12 +18,7 @@ #include "xtables.h" #include "libiptc/libip6tc.h" #include "ip6tables-multi.h" - -#ifdef DEBUG -#define DEBUGP(x, args...) fprintf(stderr, x, ## args) -#else -#define DEBUGP(x, args...) -#endif +#include "trace.h" static int binary = 0, counters = 0, verbose = 0, noflush = 0; diff --git a/iptables/iptables-restore.c b/iptables/iptables-restore.c index 8c942ff..611049b 100644 --- a/iptables/iptables-restore.c +++ b/iptables/iptables-restore.c @@ -15,12 +15,7 @@ #include "xtables.h" #include "libiptc/libiptc.h" #include "iptables-multi.h" - -#ifdef DEBUG -#define DEBUGP(x, args...) fprintf(stderr, x, ## args) -#else -#define DEBUGP(x, args...) -#endif +#include "trace.h" static int binary = 0, counters = 0, verbose = 0, noflush = 0; diff --git a/iptables/iptables-xml.c b/iptables/iptables-xml.c index 4b12bd4..79eba8d 100644 --- a/iptables/iptables-xml.c +++ b/iptables/iptables-xml.c @@ -16,12 +16,7 @@ #include "libiptc/libiptc.h" #include "xtables-multi.h" #include <xtables.h> - -#ifdef DEBUG -#define DEBUGP(x, args...) fprintf(stderr, x, ## args) -#else -#define DEBUGP(x, args...) -#endif +#include "trace.h" struct xtables_globals iptables_xml_globals = { .option_offset = 0, -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html