Skip to content

Commit

Permalink
increase the log level on callbacks with bit-indices that get set
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 31, 2025
1 parent c9ac4d6 commit eb82585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/sls/sls_smt_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}
Expand Down

0 comments on commit eb82585

Please sign in to comment.