aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/library.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/library.ml b/library/library.ml
index 4f023ce6df..9552a6ca9b 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -488,6 +488,7 @@ let rec intern_library (needed, contents) (dir, f) =
(str ("The file " ^ f ^ " contains library") ++ spc () ++
pr_dirpath m.library_name ++ spc () ++ str "and not library" ++
spc() ++ pr_dirpath dir);
+ Pp.feedback(Feedback.FileLoaded(DirPath.to_string dir, f));
m, intern_library_deps (needed, contents) dir m
and intern_library_deps libs dir m =