summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index a70c3c7c3..1c825bc35 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -67,7 +67,7 @@ int main(int argc, char* argv[]) {
#endif
if(opts[options::outputLanguage] == output::LANG_SMTLIB_V2_0 ||
opts[options::outputLanguage] == output::LANG_SMTLIB_V2_5) {
- *opts[options::err] << "(error \"" << e << "\")" << endl;
+ *opts[options::out] << "(error \"" << e << "\")" << endl;
} else {
*opts[options::err] << "CVC4 Error:" << endl << e << endl;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback