From: Rusty Russell Date: Mon, 4 Sep 2000 08:47:34 +0000 (+0000) Subject: More debugging. X-Git-Tag: v1.2.1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061063f26e1a0eae9395acd2a3bbf8d13363abd1;p=thirdparty%2Fiptables.git More debugging. --- diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index c7dffcae..99481578 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1447,9 +1447,9 @@ subtract_counters(STRUCT_COUNTERS *answer, answer->bcnt = a->bcnt - b->bcnt; fprintf(stderr, "pcnt: %llu - %llu = %llu\n", - a->pcnt, b->pcnt answer->pcnt); + a->pcnt, b->pcnt, answer->pcnt); fprintf(stderr, "bcnt: %llu - %llu = %llu\n", - a->bcnt, b->bcnt answer->bcnt); + a->bcnt, b->bcnt, answer->bcnt); } int