Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs =================================================================== diff -u -rdc80ceebd52da19d841b46b5300695fd5c83e4a6 -rbd73023d5f8926a411da214fb5ce522056a0e30a --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs (.../ClosingStructuresCalculationService.cs) (revision dc80ceebd52da19d841b46b5300695fd5c83e4a6) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs (.../ClosingStructuresCalculationService.cs) (revision bd73023d5f8926a411da214fb5ce522056a0e30a) @@ -107,7 +107,7 @@ } finally { - log.InfoFormat(Resources.ClosingStructuresCalculationService_Calculate_Calculation_report_Click_details_for_full_report_0, calculator.OutputFileContent); + log.InfoFormat(Resources.ClosingStructuresCalculationService_Calculate_Calculation_temporary_directory_can_be_found_on_location_0, calculator.OutputDirectory); CalculationServiceHelper.LogCalculationEndTime(calculationName); } }