From ee1d597d5fbdcafece27652aaf7279bf859f1910 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 1 Jul 2024 22:24:50 -0400 Subject: [PATCH] add a break (#961) --- trunk-recorder/monitor_systems.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk-recorder/monitor_systems.cc b/trunk-recorder/monitor_systems.cc index 7fb235012..1530c7535 100644 --- a/trunk-recorder/monitor_systems.cc +++ b/trunk-recorder/monitor_systems.cc @@ -631,6 +631,7 @@ void handle_message(std::vector messages, System *sys, Config &con if(msg_count > 1){ sys->set_message_count(msg_count - 1); } + break; } case TDULC: