From: Joel Rosdahl Date: Wed, 13 Apr 2011 20:21:54 +0000 (+0200) Subject: Log original command line X-Git-Tag: v3.1.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6230ddb70b0f8164440ed790c8f2a7d462415fbc;p=thirdparty%2Fccache.git Log original command line --- diff --git a/ccache.c b/ccache.c index b5b1c4084..4e76f29af 100644 --- 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);