aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/library.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/library.ml b/library/library.ml
index 31e8d65c19..3eafa48504 100644
--- a/library/library.ml
+++ b/library/library.ml
@@ -71,7 +71,7 @@ let add_load_path_entry (phys_path,coq_path) =
begin
(* Assume the user is concerned by module naming *)
if dir <> Nametab.default_root_prefix then
- warning (phys_path^" was previously bound to "
+ Options.if_verbose warning (phys_path^" was previously bound to "
^(string_of_dirpath dir)
^("\nIt is remapped to "^(string_of_dirpath coq_path)));
remove_path phys_path;