]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
More debugging.
authorRusty Russell <rusty@linuxcare.com.au>
Mon, 4 Sep 2000 08:47:34 +0000 (08:47 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Sep 2000 08:47:34 +0000 (08:47 +0000)
libiptc/libiptc.c

index c7dffcae663ac2ac34bbc7e06ed9907849828e4c..994815784a616d1b86699c46c1e25f545215fc2b 100644 (file)
@@ -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