]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove superfluous "path" when printing primary/secondary config paths
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 31 Oct 2012 19:18:08 +0000 (20:18 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 31 Oct 2012 19:18:08 +0000 (20:18 +0100)
stats.c

diff --git a/stats.c b/stats.c
index 9a0880869b43543d45f188887531a211fc365fde..e4cc2c1c4a2cb1b6f9bfab121d2e5e6e738c6d1c 100644 (file)
--- a/stats.c
+++ b/stats.c
@@ -302,9 +302,9 @@ stats_summary(struct conf *conf)
        }
 
        printf("cache directory                     %s\n", conf->cache_dir);
-       printf("primary config path                 %s\n",
+       printf("primary config                      %s\n",
               primary_config_path ? primary_config_path : "");
-       printf("secondary config path (readonly)    %s\n",
+       printf("secondary config      (readonly)    %s\n",
               secondary_config_path ? secondary_config_path : "");
 
        /* and display them */