From: Joel Rosdahl Date: Wed, 31 Oct 2012 19:18:08 +0000 (+0100) Subject: Remove superfluous "path" when printing primary/secondary config paths X-Git-Tag: v3.2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800f8ed2edca0;p=thirdparty%2Fccache.git Remove superfluous "path" when printing primary/secondary config paths --- diff --git a/stats.c b/stats.c index 9a0880869..e4cc2c1c4 100644 --- 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 */