]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite_parser/dependenciesParser.ml
added default for matita.noiinertypes
[helm.git] / components / grafite_parser / dependenciesParser.ml
index b7b4151fa3b5c47f874cd476f60012e9bcfe7f85..eb33e49b80d7b5f453dbadb433851f7de3e96556 100644 (file)
@@ -83,7 +83,9 @@ let make_absolute paths path =
    | p :: tl ->
       let path = p ^ "/" ^ path in
        try
-         ignore (Unix.stat path); path
+         ignore (Unix.stat path);
+         HLog.debug ("Including "^path^" with path: " ^ p);
+         path
        with Unix.Unix_error _ -> aux tl
    in
    try