src/Pure/PIDE/resources.ML
changeset 56286 7ede6ca96c61
parent 56208 06cc31dff138
child 56294 85911b8a6868
--- a/src/Pure/PIDE/resources.ML	Wed Mar 26 08:59:53 2014 +0100
+++ b/src/Pure/PIDE/resources.ML	Wed Mar 26 09:07:31 2014 +0100
@@ -108,6 +108,7 @@
     val full_path = check_file (master_directory thy) src_path;
     val text = File.read full_path;
     val id = SHA1.digest text;
+    val _ = legacy_feature ("Raw file-system access to load file " ^ Path.print full_path);
   in ((full_path, id), text) end;
 
 fun loaded_files_current thy =