From: Andrew Tridgell Date: Mon, 6 Sep 2004 12:46:31 +0000 (+0200) Subject: added cache directory to statistics (suggestion from "M. Creidieki X-Git-Tag: v2.4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf102e3bc79a008630ea92a36b733b890e0d38e7;p=thirdparty%2Fccache.git added cache directory to statistics (suggestion from "M. Creidieki Crouch" ) --- 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;