]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Log command-line prefix
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 22 Feb 2010 07:34:56 +0000 (08:34 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 22 Feb 2010 07:34:56 +0000 (08:34 +0100)
ccache.c

index 8ef65b4bfeeeadac107cc0c541356c4f04dbdc17..d08d3a3834c636c48aa1e92ec44960168b69d514 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -1582,6 +1582,7 @@ static void ccache(int argc, char *argv[])
                        perror(prefix);
                        exit(1);
                }
+               cc_log("Using command-line prefix %s\n", prefix);
                args_add_prefix(stripped_args, p);
        }