summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.cpp')
-rw-r--r--src/prop/prop_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index 7cccca177..c49d5f38a 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -122,7 +122,7 @@ Result PropEngine::checkSat() {
// Check the problem
bool result = d_satSolver->solve();
- if( result && debugTagIsOn("prop") ) {
+ if( result && Debug.isOn("prop") ) {
printSatisfyingAssignment();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback