aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/system.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/system.ml b/lib/system.ml
index ae7784bf5..d3b222922 100644
--- a/lib/system.ml
+++ b/lib/system.ml
@@ -35,9 +35,7 @@ let all_subdirs root alias =
add file newrel;
traverse file newrel
end
- with Unix_error (e,s1,s2) ->
- (Printf.printf "Warning while scanning load path:\n%s: %s\n"
- s2 (error_message e); flush Pervasives.stdout)
+ with Unix_error (e,s1,s2) -> ()
done
with End_of_file ->
closedir dirh