Skip to content

Commit bbedf78

Browse files
Roland Lichtersjenkins
authored andcommitted
fix typo
1 parent 5d70b21 commit bbedf78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/app/oreapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ void OREApp::initFromInputs() {
367367

368368
outputPath_ = inputs_->resultsPath().string();
369369
setupLog(outputPath_, logFile_, logMask_, logRootPath_, progressLogFile_, progressLogRotationSize_, progressLogToConsole_,
370-
structuredLogFile_, structuredLogRotationSize_));
370+
structuredLogFile_, structuredLogRotationSize_);
371371
LOG("initFromInputs done, requested analytics:" << to_string(inputs_->analytics()));
372372
}
373373

0 commit comments

Comments
 (0)