Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs =================================================================== diff -u -r383978e113c1829e86c866ac075a476fa7e07086 -rd7f56db6a475e07dd904bd61c0a56346aac4e565 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision 383978e113c1829e86c866ac075a476fa7e07086) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Service/GrassCoverErosionInwardsCalculationService.cs (.../GrassCoverErosionInwardsCalculationService.cs) (revision d7f56db6a475e07dd904bd61c0a56346aac4e565) @@ -277,7 +277,9 @@ } catch (ArgumentException e) { - log.Warn(string.Format(Resources.SetGeneralResult_Error_while_converting_generalresult_overtopping, calculation.Name) + " " + e.Message); + log.Warn(string.Format(Resources.GrassCoverErosionInwardsCalculationService_CalculateOvertopping_Error_in_reading_illustrationPoints_for_CalculationName_0_overtopping_with_ErrorMessage_1, + calculation.Name, + e.Message)); } var overtoppingOutput = new OvertoppingOutput(overtoppingCalculator.WaveHeight, @@ -676,7 +678,9 @@ } catch (ArgumentException e) { - log.Warn(string.Format(Resources.SetGeneralResult_Error_while_converting_generalresult_dike_height, calculationName) + " " + e.Message); + log.Warn(string.Format(Resources.GrassCoverErosionInwardsCalculationService_CalculateOvertopping_Error_in_reading_illustrationPoints_for_CalculationName_0_dike_height_with_ErrorMessage_1, + calculationName, + e.Message)); } return new DikeHeightOutput(dikeHeight, targetProbability, @@ -726,7 +730,9 @@ } catch (ArgumentException e) { - log.Warn(string.Format(Resources.SetGeneralResult_Error_while_converting_generalresult_overtopping_rate, calculationName) + " " + e.Message); + log.Warn(string.Format(Resources.GrassCoverErosionInwardsCalculationService_CalculateOvertopping_Error_in_reading_illustrationPoints_for_CalculationName_0_overtopping_rate_with_ErrorMessage_1, + calculationName, + e.Message)); } return new OvertoppingRateOutput(overtoppingRate, targetProbability,