Skip to content

Commit

Permalink
Merge pull request #1 from stephanie-eng/patch-3
Browse files Browse the repository at this point in the history
Downgrade log from ERROR to INFO
  • Loading branch information
sjahr authored Oct 28, 2022
2 parents d66dd22 + c720af2 commit 7273f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/planning/moveit_cpp/src/planning_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ planning_interface::MotionPlanResponse PlanningComponent::plan(const MultiPipeli
if (stopping_criterion_callback(planning_solutions, parameters))
{
// Terminate planning pipelines
ROS_ERROR_STREAM_NAMED(LOGNAME,
ROS_INFO_STREAM_NAMED(LOGNAME,
"Stopping criterion met: Terminating planning pipelines that are still active");
for (auto const& plan_request_parameter : parameters.multi_plan_request_parameters)
{
Expand Down

0 comments on commit 7273f71

Please sign in to comment.