X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=stats.c;h=b302f09b627282364a09aca1fdc7dfb9d21dd0c8;hb=100da9a5b6e8cc0a384996674a4e56ec6938f717;hp=0e2662b4e95e90a54a32696bf64baca1ad9dffb9;hpb=4b8483ae278577a3adc8d84da81d77019704466f;p=onak.git diff --git a/stats.c b/stats.c index 0e2662b..b302f09 100644 --- a/stats.c +++ b/stats.c @@ -6,6 +6,7 @@ * Copyright 2000-2002 Project Purple */ +#include #include #include "hash.h" @@ -87,6 +88,7 @@ unsigned long findpath(struct stats_key *have, struct stats_key *want) nextkeys = NULL; curdegree++; } + fprintf(stderr, "Hash contains %ld keys.\n", hashelements()); } return count;