Skip to content

Commit 671bab4

Browse files
fix warn msg
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 0eca829 commit 671bab4

File tree

1 file changed

+1
-1
lines changed
  • planning/autoware_behavior_velocity_virtual_traffic_light_module/src

1 file changed

+1
-1
lines changed

planning/autoware_behavior_velocity_virtual_traffic_light_module/src/manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void VirtualTrafficLightModuleManager::launchNewModules(
7171
const auto stop_line_opt = m.first->getStopLine();
7272
if (!stop_line_opt) {
7373
RCLCPP_FATAL(
74-
logger_, "No stop line at traffic_light_reg_elem_id = %ld, please fix the map!",
74+
logger_, "No stop line at virtual_traffic_light_reg_elem_id = %ld, please fix the map!",
7575
m.first->id());
7676
continue;
7777
}

0 commit comments

Comments
 (0)