Skip to content

Commit d969ec6

Browse files
fix(log-messages): lower log level for a log message from info to debug (#6)
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
1 parent 948a4fc commit d969ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointcloud_to_laserscan_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void PointCloudToLaserScanNode::subscriptionListenerThreadLoop()
189189
laserscan_pub_->get_intra_process_subscription_count();
190190
if (subscription_count > 0) {
191191
if (!sub_.getSubscriber()) {
192-
RCLCPP_INFO(
192+
RCLCPP_DEBUG(
193193
this->get_logger(),
194194
"Got a subscriber to laserscan, starting pointcloud subscriber");
195195
rclcpp::SensorDataQoS qos;

0 commit comments

Comments
 (0)