summaryrefslogtreecommitdiff
path: root/src/theory/substitutions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/substitutions.cpp')
-rw-r--r--src/theory/substitutions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/substitutions.cpp b/src/theory/substitutions.cpp
index 3f8a6d630..65c4524ee 100644
--- a/src/theory/substitutions.cpp
+++ b/src/theory/substitutions.cpp
@@ -289,7 +289,7 @@ void SubstitutionMap::print(ostream& out) const {
}
void SubstitutionMap::debugPrint() const {
- print(std::cout);
+ print(Message.getStream());
}
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback