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);