From c729e4af9ad9091b599df80033347eddaf11c32b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2010 20:13:13 +0100 Subject: [PATCH] Show backlog file completion to debug log --- statemc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/statemc.c b/statemc.c index 8d3e728..3ce00f4 100644 --- a/statemc.c +++ b/statemc.c @@ -286,6 +286,7 @@ void statemc_check_backlog_done(void) { InputFile *ipf= backlog_input_file; if (!inputfile_is_done(ipf)) return; + dbg("backlog file %p %s complete", ipf, ipf->path); backlog_accumulate_counts(ipf); close_input_file(ipf); if (unlink(ipf->path)) { -- 2.30.2