make_checkpoint writes stats on clog by default

Allow for separating logs from output of an algorithm.
This commit is contained in:
Johann Dreo 2020-03-11 11:39:38 +01:00
commit c8121c788d
2 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@
eoMonitor& eoOStreamMonitor::operator()(void)
{
if (!out) {
std::string str = "eoOStreamMonitor: Could not write to the ooutput stream";
std::string str = "eoOStreamMonitor: Could not write to the output stream";
throw std::runtime_error(str);
}