src/HOL/Tools/SMT2/smt2_solver.ML
changeset 56131 836b47c6531d
parent 56128 c106ac2ff76d
child 56132 64eeda68e693
--- a/src/HOL/Tools/SMT2/smt2_solver.ML	Fri Mar 14 11:44:11 2014 +0100
+++ b/src/HOL/Tools/SMT2/smt2_solver.ML	Fri Mar 14 11:52:03 2014 +0100
@@ -59,10 +59,9 @@
   (case SMT2_Config.certificates_of ctxt of
     NONE =>
       if not (SMT2_Config.is_available ctxt name) then
-        error ("The SMT solver " ^ quote name ^ " is not installed.")
+        error ("The SMT solver " ^ quote name ^ " is not installed")
       else if Config.get ctxt SMT2_Config.debug_files = "" then
-        trace_and ctxt ("Invoking SMT solver " ^ quote name ^ " ...")
-          (Cache_IO.run mk_cmd) input
+        trace_and ctxt ("Invoking SMT solver " ^ quote name ^ " ...") (Cache_IO.run mk_cmd) input
       else
         let
           val base_path = Path.explode (Config.get ctxt SMT2_Config.debug_files)