chiark / gitweb /
Report input file start to debug log
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 1 Jun 2010 19:14:13 +0000 (20:14 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Tue, 1 Jun 2010 19:14:13 +0000 (20:14 +0100)
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;
 }