Skip to content

Commit 91513fa

Browse files
authored
Update core/src/solvers/pipeline_planner.cpp
1 parent 1eab49c commit 91513fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/solvers/pipeline_planner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ bool PipelinePlanner::setPlannerId(const std::string& pipeline_name, const std::
101101
if (pipeline_id_planner_id_map_.count(pipeline_name) > 0) {
102102
pipeline_id_planner_id_map_[pipeline_name] = planner_id;
103103
}
104-
RCLCPP_WARN(node_->get_logger(), "PipelinePlanner does not have a pipeline called '%s'. Cannot set pipeline ID '%s'",
104+
RCLCPP_ERROR(node_->get_logger(), "PipelinePlanner does not have a pipeline called '%s'. Cannot set pipeline ID '%s'",
105105
pipeline_name.c_str(), planner_id.c_str());
106106
return false;
107107
}

0 commit comments

Comments
 (0)