diff options
Diffstat (limited to 'contrib/xml/xmlcommand.ml4')
| -rw-r--r-- | contrib/xml/xmlcommand.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/xmlcommand.ml4 b/contrib/xml/xmlcommand.ml4 index 3aaf77615e..e2b49a391e 100644 --- a/contrib/xml/xmlcommand.ml4 +++ b/contrib/xml/xmlcommand.ml4 @@ -958,7 +958,7 @@ with _ -> print_if_verbose ("EXCEPTION RAISED!!!\n"); | he::tl -> pvars := tl end ; print_if_verbose "/ClosedDir\n" - | L.CompilingModule (s,_) -> + | L.CompilingLibrary (s,_) -> print_if_verbose ("Library " ^ (Names.string_of_dirpath s) ^ "\n") | L.OpenedModtype ((s,_), _) -> print_if_verbose ("Open Module Type " ^ (Names.string_of_dirpath s) ^ "\n") |
