diff --git a/opm/core/props/rock/RockCompressibility.cpp b/opm/core/props/rock/RockCompressibility.cpp index 61c3dd54f..d77b5b6be 100644 --- a/opm/core/props/rock/RockCompressibility.cpp +++ b/opm/core/props/rock/RockCompressibility.cpp @@ -68,7 +68,9 @@ namespace Opm OpmLog::warning("Can only handle a single region in ROCK (" + std::to_string(rockKeyword.size()) + " regions specified)." - + " Ignoring all except for the first."); + + " Ignoring all except for the first.\nSee " + rockKeyword.getFileName() + + ", in line:" + std::to_string(rockKeyword.getLineNumber()) + + " for more information."); } pref_ = rockKeyword.getRecord(0).getItem("PREF").getSIDouble(0); diff --git a/opm/core/props/satfunc/RelpermDiagnostics_impl.hpp b/opm/core/props/satfunc/RelpermDiagnostics_impl.hpp index 4e0d01669..2f72a2fcd 100644 --- a/opm/core/props/satfunc/RelpermDiagnostics_impl.hpp +++ b/opm/core/props/satfunc/RelpermDiagnostics_impl.hpp @@ -33,7 +33,7 @@ namespace Opm { Opm::DeckConstPtr deck, const GridT& grid) { - OpmLog::info("***************Saturation Functions Diagnostics***************"); + OpmLog::info("\n***************Saturation Functions Diagnostics***************"); phaseCheck_(deck); satFamilyCheck_(eclState); tableCheck_(eclState, deck);