Fix ERT console lack of CRLF.

This commit is contained in:
Jared Boone 2015-12-02 14:12:35 -08:00
parent bfcd25d857
commit ad22eab3d2

View File

@ -83,7 +83,7 @@ void ERTView::on_hide() {
} }
void ERTView::log(const std::string& s) { void ERTView::log(const std::string& s) {
write(s); writeln(s);
} }
} /* namespace ui */ } /* namespace ui */