From: Anders F Björklund Date: Sun, 12 Aug 2018 13:46:31 +0000 (+0200) Subject: Output log to debug, even without a logfile X-Git-Tag: v3.5~34^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30340ba3934f69ca78c7c225b529f693afcf8194;p=thirdparty%2Fccache.git Output log to debug, even without a logfile --- diff --git a/src/ccache.c b/src/ccache.c index 4fd25505d..8292bf7ef 100644 --- a/src/ccache.c +++ b/src/ccache.c @@ -3337,7 +3337,7 @@ ccache(int argc, char *argv[]) clean_up_internal_tempdir(); } - if (!str_eq(conf->log_file, "")) { + if (!str_eq(conf->log_file, "") || conf->debug) { conf_print_items(conf, configuration_logger, NULL); }