make_checkpoint writes stats on clog by default
Allow for separating logs from output of an algorithm.
This commit is contained in:
parent
67aaf8b025
commit
c8121c788d
2 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue