Merge pull request #2239 from joakim-hove/eclipsestate-error-msg
Eclipsestate error msg
This commit is contained in:
@@ -88,8 +88,8 @@ namespace Opm {
|
||||
throw;
|
||||
}
|
||||
catch (const std::exception& std_error) {
|
||||
OpmLog::error(fmt::format("An error occured while creating the reservoir properties\n",
|
||||
"Internal error: {}", std_error.what()));
|
||||
OpmLog::error(fmt::format("\nAn error occured while creating the reservoir properties\n"
|
||||
"Internal error: {}\n", std_error.what()));
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user