3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-29 07:27:57 +00:00

move some tracing to verbose

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-03 17:21:39 -07:00
parent ea8ef3edf8
commit 016732aa59
2 changed files with 5 additions and 4 deletions

View file

@ -945,6 +945,7 @@ namespace smt {
func_decl * r = nullptr;
m_stats.m_splits++;
if (d->m_recognizers.empty()) {
r = m_util.get_constructor_is(non_rec_c);
}