Moving developer centric messages from PRT file to DEBUG file

This commit is contained in:
Alf B. Rustad 2017-10-13 14:45:05 +02:00
parent ad68c05982
commit 18419be734

View File

@ -230,7 +230,7 @@ public:
{
std::ostringstream ss;
timer.report(ss);
OpmLog::note(ss.str());
OpmLog::debug(ss.str());
}
// Run a multiple steps of the solver depending on the time step control.