diff --git a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp index 106b9e68c8..528b562b5f 100644 --- a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp +++ b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp @@ -444,6 +444,10 @@ bool RifReaderEclipseOutput::open(const QString& fileName, RigEclipseCaseData* e progInfo.setProgressDescription("Reading Well information"); readWellCells(mainEclGrid, isImportOfCompleteMswDataEnabled()); } + else + { + RiaLogging::info("Skipping import of simulation well data"); + } progInfo.incrementProgress(); progInfo.setProgressDescription("Releasing reader memory");