Skip to content

Commit

Permalink
revert log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Serafadam committed Sep 26, 2024
1 parent 74e51e6 commit d342ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_ros_driver/src/dai_nodes/stereo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Stereo::Stereo(const std::string& daiNodeName,
continue;
}
}
RCLCPP_INFO(node->get_logger(),
RCLCPP_DEBUG(node->get_logger(),
"Creating stereo node with left sensor %s and right sensor %s",
utils::getSocketName(leftSensInfo.socket).c_str(),
utils::getSocketName(rightSensInfo.socket).c_str());
Expand Down

0 comments on commit d342ac7

Please sign in to comment.