Skip to content

Commit

Permalink
debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Mar 16, 2017
1 parent a5f78dc commit 182f194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prover/env.ml
Expand Up @@ -759,7 +759,7 @@ module Make(X : sig
in
let clauses =
CCVector.flat_map_list (conv_clause_ !_clause_conversion_rules) stmts in
Util.debugf ~section 2 "@[<2>clauses:@ @[<v>%a@]@]"
Util.debugf ~section 1 "@[<2>clauses:@ @[<v>%a@]@]"
(fun k->k (Util.pp_seq ~sep:" " C.pp)
(CCVector.to_seq clauses));
clauses
Expand Down

0 comments on commit 182f194

Please sign in to comment.