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 0132ced commit a95c4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depthai_ros_driver/src/dai_nodes/sensors/stereo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Stereo::Stereo(const std::string& daiNodeName,
continue;
}
}
RCLCPP_INFO(getLogger(),
RCLCPP_DEBUG(getLogger(),
"Creating stereo node with left sensor %s and right sensor %s",
getSocketName(leftSensInfo.socket).c_str(),
getSocketName(rightSensInfo.socket).c_str());
Expand Down

0 comments on commit a95c4d1

Please sign in to comment.