mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
verbosity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8b5abe63e
commit
61b85d7123
|
@ -641,7 +641,7 @@ private:
|
|||
collect_statistics(*st);
|
||||
m_queue.task_done(st);
|
||||
if (!st->m().inc()) m_queue.shutdown();
|
||||
IF_VERBOSE(1, display(verbose_stream()););
|
||||
IF_VERBOSE(2, display(verbose_stream()););
|
||||
dealloc(st);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue