diff --git a/src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp b/src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp index 18451494c..a71f7ec9c 100644 --- a/src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp +++ b/src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp @@ -409,7 +409,7 @@ namespace storm { STORM_LOG_ASSERT(initialStateMax.getNonZeroCount() == 1, "Wrong number of results for initial states."); maxValue = initialStateMax.getMax(); } - STORM_LOG_TRACE("Obtained quantitative upper bound " << minValue << "."); + STORM_LOG_TRACE("Obtained quantitative upper bound " << maxValue << "."); // Check whether we can abort the computation because of the upper value. result = checkForResultAfterQuantitativeCheck(checkTask, storm::OptimizationDirection::Maximize, maxValue);