From 800f8ed2edca0554613244e40f8187d0b6da77c1 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 31 Oct 2012 20:18:08 +0100 Subject: [PATCH] Remove superfluous "path" when printing primary/secondary config paths --- stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.47.3