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