]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitacLib.ml
now baseuri is needed in each file (and its redefinition is forbidden)
[helm.git] / helm / matita / matitacLib.ml
index 954bc13966ff9a871eb71861b62ec1284776f81d..1baa34910c3a1356d5c08b0b3133a9e28a1e7f30 100644 (file)
@@ -65,7 +65,7 @@ let run_script is eval_function  =
   | MatitaEngine.Drop  
   | CicTextualParser2.Parse_error _ as exn -> raise exn
   | exn -> 
-      MatitaLog.error (Printexc.to_string exn);
+      MatitaLog.error (MatitaExcPp.to_string exn);
       raise exn
 
 let fname () =