changeset 53500 | 53b9326196fe |
parent 53492 | c3d7d9911aae |
child 53517 | 1165e8960f59 |
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML Tue Sep 10 14:02:49 2013 +0200 +++ b/src/HOL/Tools/Sledgehammer/sledgehammer_provers.ML Tue Sep 10 15:56:51 2013 +0200 @@ -1122,7 +1122,7 @@ (if show_filter then " " ^ quote fact_filter else "") ^ " fact" ^ plural_s num_facts val _ = - if verbose andalso is_some outcome then + if debug then quote name ^ " invoked with " ^ num_of_facts fact_filter num_facts ^ ": " ^ string_of_failure (failure_of_smt_failure (the outcome)) ^