Skip to content

Commit

Permalink
fix warn msg
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <[email protected]>
  • Loading branch information
yuki-takagi-66 committed Jun 7, 2024
1 parent 0eca829 commit 671bab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void VirtualTrafficLightModuleManager::launchNewModules(
const auto stop_line_opt = m.first->getStopLine();
if (!stop_line_opt) {
RCLCPP_FATAL(
logger_, "No stop line at traffic_light_reg_elem_id = %ld, please fix the map!",
logger_, "No stop line at virtual_traffic_light_reg_elem_id = %ld, please fix the map!",
m.first->id());
continue;
}
Expand Down

0 comments on commit 671bab4

Please sign in to comment.