Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Święcki committed Jul 15, 2021
1 parent 7e827da commit 8e52393
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object ProcessingTypeDataReader extends LazyLogging {
(scenarioTypesOption, processTypesOption) match {
case (Some(scenarioTypes), _) => scenarioTypes
case (None, Some(processTypes)) =>
logger.info("ScenarioTypes configuration is missing - falling back to old configuration")
logger.warn("ScenarioTypes configuration is missing - falling back to old processTypes configuration - processTypes will be removed in next version")
processTypes
case (None, None) => throw new RuntimeException("No scenario types configuration provided")
}
Expand Down

0 comments on commit 8e52393

Please sign in to comment.