mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
update do logging
This commit is contained in:
parent
a6eed9f00c
commit
6352340478
|
@ -3958,7 +3958,7 @@ namespace {
|
||||||
void relevant_eh(enode * n, bool lazy) override {
|
void relevant_eh(enode * n, bool lazy) override {
|
||||||
TRACE("trigger_bug", tout << "relevant_eh:\n" << mk_ismt2_pp(n->get_expr(), m) << "\n";
|
TRACE("trigger_bug", tout << "relevant_eh:\n" << mk_ismt2_pp(n->get_expr(), m) << "\n";
|
||||||
tout << "mam: " << this << "\n";);
|
tout << "mam: " << this << "\n";);
|
||||||
TRACE("mam", tout << "relevant_eh: #" << n->get_owner_id() << "\n";);
|
TRACE("mam", tout << "relevant_eh: #" << enode_pp(n, m_context) << "\n";);
|
||||||
if (n->has_lbl_hash())
|
if (n->has_lbl_hash())
|
||||||
update_lbls(n, n->get_lbl_hash());
|
update_lbls(n, n->get_lbl_hash());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue