diff --git a/applications/ebos/eclwellmanager.hh b/applications/ebos/eclwellmanager.hh index b1f4bf061..890866984 100644 --- a/applications/ebos/eclwellmanager.hh +++ b/applications/ebos/eclwellmanager.hh @@ -209,7 +209,7 @@ public: case Opm::WellInjector::CMODE_UNDEFINED: std::cout << "Warning: Control mode of injection well " << well->name() - << " is undefined. Assuming well to be shut."; + << " is undefined. Assuming well to be shut.\n"; well->setWellStatus(Well::WellStatus::Shut); continue; }