Skip to content

Commit

Permalink
Merge pull request #4083 from NREL/4082-create_bar_from_doe_building_…
Browse files Browse the repository at this point in the history
…type_ratios_test

Revert "Change error message to info."
  • Loading branch information
tijcolem authored Sep 18, 2020
2 parents ac6637f + c16346b commit 063b2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/measure/OSRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ void OSRunner::prepareForMeasureRun(const OSMeasure& measure) {
}
boost::optional<WorkflowStep> currentStep = m_workflow.currentStep();
if (!currentStep){
// run a measure that isn't listed in the workflow
LOG(Info, "Cannot find current Workflow Step");
LOG(Error, "Cannot find current Workflow Step");
return;
}

m_startedStep = true;
Expand Down

0 comments on commit 063b2ca

Please sign in to comment.