Merge pull request #2239 from joakim-hove/eclipsestate-error-msg

Eclipsestate error msg
This commit is contained in:
Joakim Hove
2021-01-25 09:10:53 +01:00
committed by GitHub

View File

@@ -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;
}