]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
feat: Improve logging of process exit
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Mar 2025 09:08:21 +0000 (11:08 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 Mar 2025 09:08:21 +0000 (11:08 +0200)
src/ccache/ccache.cpp

index d60b3307c22da2ea559e85784644d2317f778e89..97f296ec3fb86e596d697bc9799f736621c5e490 100644 (file)
@@ -2601,6 +2601,7 @@ cache_compilation(int argc, const char* const* argv)
       FMT("execute_noreturn of {} failed: {}", execv_argv[0], strerror(errno)));
   }
 
+  LOG_RAW("=== CCACHE DONE ===");
   return EXIT_SUCCESS;
 }