Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/AssessmentSectionMergeHandler.cs =================================================================== diff -u -rd1fdd242167a7fb8bcc273132100203c473fe7aa -r9251493afafd49e4e6ff8a4bb06d23790ff5eea2 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/AssessmentSectionMergeHandler.cs (.../AssessmentSectionMergeHandler.cs) (revision d1fdd242167a7fb8bcc273132100203c473fe7aa) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/Merge/AssessmentSectionMergeHandler.cs (.../AssessmentSectionMergeHandler.cs) (revision 9251493afafd49e4e6ff8a4bb06d23790ff5eea2) @@ -23,9 +23,11 @@ using System.Collections.Generic; using System.Linq; using Core.Common.Gui.Commands; +using log4net; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Integration.Data; +using Ringtoets.Integration.Plugin.Properties; namespace Ringtoets.Integration.Plugin.Merge { @@ -34,6 +36,8 @@ /// public class AssessmentSectionMergeHandler : IAssessmentSectionMergeHandler { + private static readonly ILog log = LogManager.GetLogger(typeof(AssessmentSectionMergeHandler)); + private readonly IViewCommands viewCommands; /// @@ -99,6 +103,8 @@ sourceAssessmentSection.WaveHeightCalculationsForLowerLimitNorm); MergeHydraulicBoundaryLocationCalculations(targetAssessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm, sourceAssessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm); + + log.Info(Resources.AssessmentSectionMergeHandler_MergeHydraulicBoundaryLocations_HydraulicBoundaryLocations_merged); } private static void MergeHydraulicBoundaryLocationCalculations(IEnumerable targetCalculations,