]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Log original command line
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 13 Apr 2011 20:21:54 +0000 (22:21 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 13 Apr 2011 20:21:54 +0000 (22:21 +0200)
ccache.c

index b5b1c408449391b8e85e524ed9251830b1ab32eb..4e76f29af29c33f798f5c5122b89595d71a25e3c 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -1812,6 +1812,7 @@ ccache(int argc, char *argv[])
 
        sloppiness = parse_sloppiness(getenv("CCACHE_SLOPPINESS"));
 
+       cc_log_argv("Command line: ", argv);
        cc_log("Hostname: %s", get_hostname());
        cc_log("Working directory: %s", current_working_dir);