Skip to content

Commit

Permalink
chore(component_interface_utils): set log level of debug printing to …
Browse files Browse the repository at this point in the history
…DEBUG (#5995)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Jan 5, 2024
1 parent 2ca9a6b commit ed21acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct NodeInterface
{ServiceLog::CLIENT_RESPONSE, "client exit"},
{ServiceLog::ERROR_UNREADY, "client unready"},
{ServiceLog::ERROR_TIMEOUT, "client timeout"}});
RCLCPP_INFO_STREAM(node->get_logger(), type_text.at(type) << ": " << name);
RCLCPP_DEBUG_STREAM(node->get_logger(), type_text.at(type) << ": " << name);

ServiceLog msg;
msg.stamp = node->now();
Expand Down

0 comments on commit ed21acf

Please sign in to comment.