diff options
| author | herbelin | 2001-09-20 12:33:22 +0000 |
|---|---|---|
| committer | herbelin | 2001-09-20 12:33:22 +0000 |
| commit | 2f68001b62536ddf370419cb2679386ee966a357 (patch) | |
| tree | 28dfd344015055c40d58d6c26006ad1abd94dd64 | |
| parent | 5e95f88ccdebf94b5259982b946ec06768539e6c (diff) | |
Restriction de l'avertissement add_loadpath au mode verbeux
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2017 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | library/library.ml | 2 |
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; |
