Skip to content

Commit

Permalink
fix(log-messages): lower log level for a log message from info to deb…
Browse files Browse the repository at this point in the history
…ug (#6)

Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim authored Mar 5, 2024
1 parent 948a4fc commit d969ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pointcloud_to_laserscan_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void PointCloudToLaserScanNode::subscriptionListenerThreadLoop()
laserscan_pub_->get_intra_process_subscription_count();
if (subscription_count > 0) {
if (!sub_.getSubscriber()) {
RCLCPP_INFO(
RCLCPP_DEBUG(
this->get_logger(),
"Got a subscriber to laserscan, starting pointcloud subscriber");
rclcpp::SensorDataQoS qos;
Expand Down

0 comments on commit d969ec6

Please sign in to comment.