X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaGui.ml;h=c9b387178bc8cd1c780de9940d481013a1d035a0;hb=6e7fd1727eafb8280d2a01c05eddf49d19db2aaa;hp=b21c3b340e4ea0ce383993228179dd1ee151f393;hpb=b47af4383d51dae275964d464e6a8faf2a5a3f51;p=helm.git diff --git a/helm/matita/matitaGui.ml b/helm/matita/matitaGui.ml index b21c3b340..c9b387178 100644 --- a/helm/matita/matitaGui.ml +++ b/helm/matita/matitaGui.ml @@ -186,9 +186,7 @@ class gui () = (* log *) MatitaLog.set_log_callback self#console#log_callback; GtkSignal.user_handler := - (fun exn -> - MatitaLog.error - (sprintf "Uncaught exception: %s" (Printexc.to_string exn))); + (fun exn -> MatitaLog.error (MatitaExcPp.to_string exn)); (* script *) let _ = match GSourceView.source_language_from_file BuildTimeConf.lang_file with