]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix “(readonly)” part of “ccache -s”
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Aug 2019 18:38:52 +0000 (20:38 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Aug 2019 18:41:12 +0000 (20:41 +0200)
It was just a mistake in 800f8ed2edca0.

src/stats.cpp

index 863f09c22a5f6fb31124dc70dde0b4cb040121e0..bd02ef9c381b26448f207a495a9fe9a614895d91 100644 (file)
@@ -434,7 +434,7 @@ stats_summary(void)
          g_config.cache_dir().c_str());
   printf("primary config                      %s\n",
          primary_config_path ? primary_config_path : "");
-  printf("secondary config      (readonly)    %s\n",
+  printf("secondary config (readonly)         %s\n",
          secondary_config_path ? secondary_config_path : "");
   if (last_updated > 0) {
     struct tm tm;