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