#2221 Well Path Formation names: Add logging on import and well creation/matching

This commit is contained in:
Rebecca Cox
2017-12-05 08:58:51 +01:00
parent 63489ba91b
commit bc026da2f6
2 changed files with 8 additions and 0 deletions
@@ -22,6 +22,7 @@
#include "RiaApplication.h"
#include "RiaColorTables.h"
#include "RiaLogging.h"
#include "RiaPreferences.h"
#include "RiaWellNameComparer.h"
@@ -348,6 +349,7 @@ void RimWellPathCollection::addWellPathFormations(const QStringList& filePaths)
}
wellPath->setFormationsGeometry(it->second);
m_newestAddedWellPath = wellPath;
RiaLogging::info(QString("Well path formations set for well %1").arg(wellPath->name()));
}
}