improve message when shutting well due to convergence issues

This commit is contained in:
Alf Birger Rustad 2023-07-04 14:15:53 +02:00
parent e89c43e54d
commit 93a0bb0de3

View File

@ -956,7 +956,7 @@ forceShutWellByName(const std::string& wellname,
// Only log a message on the output rank.
if (terminal_output_ && well_was_shut) {
const std::string msg = "Well " + wellname
+ " will be shut because it cannot get converged.";
+ " will be shut because it fails to converge.";
OpmLog::info(msg);
}