chiark
/
gitweb
/
~ian
/
innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9b5287d
)
Show backlog file completion to debug log
author
Ian Jackson
<ian@liberator.relativity.greenend.org.uk>
Tue, 1 Jun 2010 19:13:13 +0000 (20:13 +0100)
committer
Ian Jackson
<ian@liberator.relativity.greenend.org.uk>
Tue, 1 Jun 2010 19:13:13 +0000 (20:13 +0100)
statemc.c
patch
|
blob
|
history
diff --git
a/statemc.c
b/statemc.c
index
8d3e728
..
3ce00f4
100644
(file)
--- 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)) {