diff --git a/src/storm-cli-utilities/model-handling.h b/src/storm-cli-utilities/model-handling.h index fd88471c5..f4f133b8a 100644 --- a/src/storm-cli-utilities/model-handling.h +++ b/src/storm-cli-utilities/model-handling.h @@ -773,7 +773,7 @@ namespace storm { if (ioSettings.isExportSchedulerSet()) { if (result->template asExplicitQuantitativeCheckResult().hasScheduler()) { auto const& scheduler = result->template asExplicitQuantitativeCheckResult().getScheduler(); - STORM_PRINT_AND_LOG("Exporting scheduler to '" << ioSettings.getExportSchedulerFilename()) + STORM_PRINT_AND_LOG("Exporting scheduler ... ") storm::api::exportScheduler(sparseModel, scheduler, ioSettings.getExportSchedulerFilename()); } else { STORM_LOG_ERROR("Scheduler requested but could not be generated.");