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

Update src/smt/smt_kernel.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lev Nachmanson 2025-07-01 11:36:17 -07:00 committed by GitHub
parent 2d5ac61cdb
commit 6553f31e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ namespace smt {
}
void kernel::flush_statistics() {
std::cout << "[DEBUG] smt::kernel::flush_statistics() called\n";
IF_LOG(DEBUG, log() << "smt::kernel::flush_statistics() called\n";);
m_imp->m_kernel.flush_statistics();
}