summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.cc')
-rw-r--r--crawl-ref/source/debug.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 1d983b8072..e7a72aad1a 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -3451,6 +3451,8 @@ static void _debug_acquirement_stats(FILE *ostat)
(float) subtype_quants[i] * 100.0 / (float) total_quant);
}
fprintf(ostat, "----------------------\n");
+
+ mpr("Results written into 'items.stat'.");
}
static void _debug_rap_stats(FILE *ostat)
@@ -3672,6 +3674,7 @@ static void _debug_rap_stats(FILE *ostat)
}
fprintf(ostat, "\n-----------------------------------------\n\n");
+ mpr("Results written into 'items.stat'.");
}
void debug_item_statistics( void )