X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4b8483ae278577a3adc8d84da81d77019704466f..fea8d960ad3d4879ef2faa62c0b9b6deacabfc1f:/stats.c 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;