]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaEngine.ml
1. Warnings are now printed in orange (yellow was unvisible on a white
[helm.git] / helm / matita / matitaEngine.ml
index c204adf06457e91ff897b53130ace40e8f8e600c..bb2e3c1a66cfc675fe2dc015a93119429fc0f295 100644 (file)
@@ -524,7 +524,7 @@ let eval_command status cmd =
         Cic.CurrentProof (_,metasenv',bo,ty,_,_) ->
          let name = UriManager.name_of_uri uri in
         if not(CicPp.check name ty) then
-           MatitaLog.error ("Bad name: "^name);
+           MatitaLog.warn ("Bad name: " ^ name);
          assert (metasenv = metasenv');
          let goalno =
           match metasenv' with (goalno,_,_)::_ -> goalno | _ -> assert false in