From bf102e3bc79a008630ea92a36b733b890e0d38e7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 6 Sep 2004 14:46:31 +0200 Subject: [PATCH] added cache directory to statistics (suggestion from "M. Creidieki Crouch" ) --- stats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stats.c b/stats.c index 451aacec7..e5662fb26 100644 --- a/stats.c +++ b/stats.c @@ -230,6 +230,8 @@ void stats_summary(void) } + printf("cache directory %s\n", cache_dir); + /* and display them */ for (i=0;stats_info[i].message;i++) { enum stats stat = stats_info[i].stat; -- 2.47.3