Remove `Notice()` in favor of new `verbose()` (#7588)
authorGereon Kremer <nafur42@gmail.com>
Sat, 6 Nov 2021 00:27:08 +0000 (17:27 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 00:27:08 +0000 (00:27 +0000)
commit1909b36e01578099d7a773e561b4bec15c067580
treefa2de7c867199eac94de9fec1567bcb2e3cbbf1e
parentab4e728f1636ffd4681f4a8b4143307c24c78081
Remove `Notice()` in favor of new `verbose()` (#7588)

This PR removes the remaining usages of the Notice() macros and uses verbose() instead.
21 files changed:
src/api/__pycache__/parsekinds.cpython-39.pyc [new file with mode: 0644]
src/base/output.cpp
src/base/output.h
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/options/options_handler.cpp
src/proof/proof_checker.cpp
src/proof/proof_node_manager.cpp
src/prop/minisat/minisat.cpp
src/prop/minisat/minisat.h
src/prop/prop_engine.cpp
src/prop/sat_solver_factory.cpp
src/prop/sat_solver_factory.h
src/smt/check_models.cpp
src/smt/set_defaults.cpp
src/smt/set_defaults.h
src/smt/solver_engine.cpp
src/theory/strings/skolem_cache.cpp
test/unit/theory/theory_arith_cad_white.cpp
test/unit/util/output_black.cpp