From cf75a7743e75d28234c73aac2fc2985cc4a39186 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 5 Nov 2013 16:18:21 -0800 Subject: [PATCH] network update Signed-off-by: Nikolaj Bjorner --- src/smt/theory_diff_logic_def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/smt/theory_diff_logic_def.h b/src/smt/theory_diff_logic_def.h index e6e3e94ca..b654d9c31 100644 --- a/src/smt/theory_diff_logic_def.h +++ b/src/smt/theory_diff_logic_def.h @@ -160,6 +160,7 @@ template void theory_diff_logic::found_non_diff_logic_expr(expr * n) { if (!m_non_diff_logic_exprs) { TRACE("non_diff_logic", tout << "found non diff logic expression:\n" << mk_pp(n, get_manager()) << "\n";); + IF_VERBOSE(0, verbose_stream() << "(smt.diff_logic: non-diff logic expression " << mk_pp(n, get_manager()) << ")\n";); get_context().push_trail(value_trail(m_non_diff_logic_exprs)); m_non_diff_logic_exprs = true; }