From feca49d4fa6071117702d43e04349ea4cf64f276 Mon Sep 17 00:00:00 2001 From: Christoph Kampmeyer <christoph.kampmeyer@desy.de> Date: Mon, 2 Mar 2020 09:06:01 +0100 Subject: [PATCH] Removed incrementation of exception counter This partly reverts the last commit as would trigger writeAll from typedMtypedMakeConnections and causes errors. --- src/Application.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Application.cc b/src/Application.cc index 8d1e049e..2764d76e 100644 --- a/src/Application.cc +++ b/src/Application.cc @@ -750,7 +750,6 @@ void Application::typedMakeConnection(VariableNetwork& network) { feedingDeviceImpl->setOwner(owningModule); // The decorator comes up with data validity faulty, and we have to keep the counting consistent owningModule->incrementDataFaultCounter(); - owningModule->incrementExceptionCounter(); } connectionMade = true; } -- GitLab