From 196baceaef0de84ffe2a5980bfdae6790a9def26 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 22 Feb 2010 08:34:56 +0100 Subject: [PATCH] Log command-line prefix --- ccache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ccache.c b/ccache.c index 8ef65b4..d08d3a3 100644 --- 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); }