From 30340ba3934f69ca78c7c225b529f693afcf8194 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sun, 12 Aug 2018 15:46:31 +0200 Subject: [PATCH] Output log to debug, even without a logfile --- src/ccache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2