]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
added cache directory to statistics (suggestion from "M. Creidieki
authorAndrew Tridgell <tridge@samba.org>
Mon, 6 Sep 2004 12:46:31 +0000 (14:46 +0200)
committerAndrew Tridgell <tridge@samba.org>
Mon, 6 Sep 2004 12:46:31 +0000 (14:46 +0200)
Crouch" <creidieki@gmail.com>)

stats.c

diff --git a/stats.c b/stats.c
index 451aacec7a3c23dfb30db3b5818e5308cec8580a..e5662fb2681a611d7b3653b954c31895f8c53abf 100644 (file)
--- 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;