diff --git a/src/opm/parser/eclipse/EclipseState/EclipseState.cpp b/src/opm/parser/eclipse/EclipseState/EclipseState.cpp index 8a4143e08..e5586b653 100644 --- a/src/opm/parser/eclipse/EclipseState/EclipseState.cpp +++ b/src/opm/parser/eclipse/EclipseState/EclipseState.cpp @@ -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; }