From 0d57d3ec8dd6fad8d7da4c81086e4f55d3601fa6 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 30 Aug 2017 08:03:31 +0200 Subject: [PATCH] #1834 Show message in log when skipping simuliation well data --- ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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");