diff --git a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp index 1e1ed6163..d6e3212fa 100644 --- a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp +++ b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp @@ -444,7 +444,7 @@ std::set consistentlyFailingWells(const std::vector& sr + std::to_string(minTimeStep_) + "\n which is the minimum threshold given" + "by option --solver-min-time-step= \n"; if (solverVerbose_) { - OpmLog::error(msg); + OpmLog::problem(msg); } }