mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Moving developer centric messages from PRT file to DEBUG file
This commit is contained in:
parent
ad68c05982
commit
18419be734
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user