aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ratings.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r--FICS/ratings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c
index 074b050..0cdfdf5 100644
--- a/FICS/ratings.c
+++ b/FICS/ratings.c
@@ -673,6 +673,7 @@ com_best(int p, param_list param)
PUBLIC void
rating_init(void)
{
+ (void) fprintf(stderr, "FICS: %s()\n", __func__);
zero_stats();
load_ratings();
}