Skip to content

Commit

Permalink
increase log level for 'set value failed'
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jan 26, 2025
1 parent 7fb6497 commit 4f2272d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/sls/sls_arith_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2245,7 +2245,7 @@ namespace sls {
bool r = update(w, n);

if (!r) {
IF_VERBOSE(2,
IF_VERBOSE(3,
verbose_stream() << "set value failed " << mk_pp(e, m) << " := " << mk_pp(v, m) << "\n";
display(verbose_stream(), w) << " := " << value(w) << "\n");
}
Expand Down

0 comments on commit 4f2272d

Please sign in to comment.