Skip to content

Commit

Permalink
Update rcl/src/rcl/logging_rosout.c
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
CursedRock17 and clalancette authored Aug 23, 2023
1 parent 17a4802 commit 0fd9b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/src/rcl/logging_rosout.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ rcl_ret_t rcl_logging_rosout_init_publisher_for_node(rcl_node_t * node)
RCUTILS_LOG_WARN_NAMED(
"rcl.logging_rosout",
"Publisher already registered for node name: '%s'. If this is due to multiple nodes "
"with the same name then all logs for the logger named: '%s' will go out over"
"with the same name then all logs for the logger named '%s' will go out over "
"the existing publisher. As soon as any node with that name is destructed "
"it will unregister the publisher, preventing any further logs for that name from "
"being published on the rosout topic.",
Expand Down

0 comments on commit 0fd9b9e

Please sign in to comment.