chiark / gitweb /
Add diagram showing states article goes through and which counters are updated
[innduct.git] / infile.c
index a8f0558cfaa67e5d2d94257a1b8cb8409e5e396d..73e291b839dcc6b1c82e809d00e602ed956a8465 100644 (file)
--- 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;
 }