From 061063f26e1a0eae9395acd2a3bbf8d13363abd1 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 4 Sep 2000 08:47:34 +0000 Subject: More debugging. --- libiptc/libiptc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit v1.2.3