Skip to content

Commit

Permalink
Replace monitorize with monitor
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Mar 12, 2024
1 parent bcaf8e9 commit dd4cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ddsrouter_tool/src/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ int main(

if (router_configuration.advanced_options.monitor.producers["topics"].enabled)
{
monitor.monitorize_topics();
monitor.monitor_topics();
}

// Start Router
Expand Down

0 comments on commit dd4cd33

Please sign in to comment.