mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
increase the log level on callbacks with bit-indices that get set
This commit is contained in:
parent
c9ac4d6f75
commit
eb825855fa
|
@ -343,7 +343,7 @@ namespace sls {
|
|||
m_ddfw->add(1, &sls_lit);
|
||||
}
|
||||
else {
|
||||
IF_VERBOSE(0, verbose_stream() << "value restriction " << lit << " "
|
||||
IF_VERBOSE(4, verbose_stream() << "value restriction " << lit << " "
|
||||
<< mk_bounded_pp(ctx.bool_var2expr(lit.var()), m) << "\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue