diff --git a/src/stormParametric.cpp b/src/stormParametric.cpp index a38311344..3adba87ff 100644 --- a/src/stormParametric.cpp +++ b/src/stormParametric.cpp @@ -226,7 +226,7 @@ void check() { std::unique_ptr result = modelchecker.check(*formula); // Report the result. - STORM_PRINT_AND_LOG(std::endl << "Result: " << std::endl); + STORM_PRINT_AND_LOG(std::endl << "Result (initial state): "); result->writeToStream(std::cout, model->getInitialStates()); if (std::is_same::value) { printApproximateResult(result->asExplicitQuantitativeCheckResult()[*model->getInitialStates().begin()]);