From dd4cd339a6036e77b3b9a7cf50ed7d558e16e229 Mon Sep 17 00:00:00 2001 From: tempate Date: Tue, 12 Mar 2024 14:53:06 +0100 Subject: [PATCH] Replace monitorize with monitor Signed-off-by: tempate --- tools/ddsrouter_tool/src/cpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddsrouter_tool/src/cpp/main.cpp b/tools/ddsrouter_tool/src/cpp/main.cpp index 84bb7ddeb..27ec0e0a7 100644 --- a/tools/ddsrouter_tool/src/cpp/main.cpp +++ b/tools/ddsrouter_tool/src/cpp/main.cpp @@ -237,7 +237,7 @@ int main( if (router_configuration.advanced_options.monitor.producers["topics"].enabled) { - monitor.monitorize_topics(); + monitor.monitor_topics(); } // Start Router