From: Joel Rosdahl Date: Sun, 30 Mar 2025 09:08:21 +0000 (+0200) Subject: feat: Improve logging of process exit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75f531a2c51074e66e463d42d5c1bdbf05512cd0;p=thirdparty%2Fccache.git feat: Improve logging of process exit --- diff --git a/src/ccache/ccache.cpp b/src/ccache/ccache.cpp index d60b3307..97f296ec 100644 --- a/src/ccache/ccache.cpp +++ b/src/ccache/ccache.cpp @@ -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; }