Skip to content
Snippets Groups Projects
Commit 2f081d17 authored by Kilyan Le Gallic's avatar Kilyan Le Gallic Committed by Loïc Correnson
Browse files

[wp] Added not found theory name in case of LibraryNotFound exception handling

parent 7176bd05
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ let open_theory (env) (theories) =
W.Pretty.print_theory Format.std_formatter theory;
with W.Env.LibraryNotFound paths ->
L.debug ~level:0 "Library not found at %s " (String.concat "." paths);
L.debug ~level:0 "Library %s not found at %s " thy_n (String.concat "." paths);
) (extract_last_segments theories)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment