X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=infile.c;h=73e291b839dcc6b1c82e809d00e602ed956a8465;hb=b350fb6533f6855e54050aec6d69cfd0e27e239e;hp=a8f0558cfaa67e5d2d94257a1b8cb8409e5e396d;hpb=066ebb56423371b95b755803cbaec910a035b0ee;p=innduct.git 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; }