diff --git a/eo/src/utils/eoStdoutMonitor.cpp b/eo/src/utils/eoStdoutMonitor.cpp index b0b3863d..95754de4 100644 --- a/eo/src/utils/eoStdoutMonitor.cpp +++ b/eo/src/utils/eoStdoutMonitor.cpp @@ -40,9 +40,9 @@ eoMonitor& eoStdoutMonitor::operator()(void) { for(iterator it = vec.begin(); it != vec.end(); ++it) { - cout << (*it)->longName() << ": " << (*it)->getValue() << '\n'; + cout << (*it)->longName() << ": " << (*it)->getValue() << endl; } - eo::log << eo::progress << "End of Generation\n" << endl; + eo::log << eo::progress << "End of Generation" << endl; } else // a one-liner {