summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-09-04 08:47:34 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-09-04 08:47:34 +0000
commit061063f26e1a0eae9395acd2a3bbf8d13363abd1 (patch)
tree42c69412c18c71cdcaddf12970ff1591ffae55ca /libiptc
parente1ef1b1ef42e8e2b62488624c6a44c6db63e4895 (diff)
More debugging.
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/libiptc.c4
1 files 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