From b350fb6533f6855e54050aec6d69cfd0e27e239e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2010 20:14:13 +0100 Subject: [PATCH] Report input file start to debug log --- infile.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.30.2