mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 03:46:17 +00:00
verbosity
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8b5abe63e
commit
61b85d7123
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ private:
|
||||||
collect_statistics(*st);
|
collect_statistics(*st);
|
||||||
m_queue.task_done(st);
|
m_queue.task_done(st);
|
||||||
if (!st->m().inc()) m_queue.shutdown();
|
if (!st->m().inc()) m_queue.shutdown();
|
||||||
IF_VERBOSE(1, display(verbose_stream()););
|
IF_VERBOSE(2, display(verbose_stream()););
|
||||||
dealloc(st);
|
dealloc(st);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue