]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include ccache version in the debug log
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Aug 2012 14:05:17 +0000 (16:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 8 Aug 2012 14:05:17 +0000 (16:05 +0200)
ccache.c

index f212f23eb938df1f50f7717441a8e620c999c882..612d5939a9e696350b4b2779e9fabc6315849ad4 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -2168,7 +2168,8 @@ initialize(void)
        exitfn_add_nullary(stats_flush);
        exitfn_add_nullary(clean_up_tmp_files);
 
-       cc_log("=== CCACHE STARTED =========================================");
+       cc_log("=== CCACHE %s STARTED =========================================",
+              CCACHE_VERSION);
 
        if (conf->umask != UINT_MAX) {
                umask(conf->umask);