From: Ian Jackson Date: Tue, 1 Jun 2010 19:14:13 +0000 (+0100) Subject: Report input file start to debug log X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=b350fb6533f6855e54050aec6d69cfd0e27e239e Report input file start to debug log --- diff --git a/infile.c b/infile.c index a8f0558..73e291b 100644 --- a/infile.c +++ b/infile.c @@ -59,6 +59,8 @@ InputFile *open_input_file(const char *path) { LIST_INIT(ipf->queue); strcpy(ipf->path, path); + dbg("started input file %p %s", ipf, path); + return ipf; }