mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
StimPlan Model: Improve logging format for extration options.
This commit is contained in:
parent
511439277a
commit
fbd1412853
@ -469,7 +469,7 @@ bool RimStimPlanModelWellLogCalculator::extractValuesForPropertyWithConfiguratio
|
||||
RimExtractionConfiguration::EclipseCaseType eclipseCaseType = extractionConfig.eclipseCaseType;
|
||||
|
||||
RiaLogging::info(
|
||||
QString( "Trying extraction option for '%1': %2 %3 %4" )
|
||||
QString( "Trying extraction option for '%1': result property: '%2' result type: '%3' case type: '%4'" )
|
||||
.arg( curvePropertyName )
|
||||
.arg( resultVariable )
|
||||
.arg( caf::AppEnum<RiaDefines::ResultCatType>( resultType ).uiText() )
|
||||
|
Loading…
Reference in New Issue
Block a user