mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
rtl: change "RTL: land at home" message from critical to info
This commit is contained in:
@@ -276,7 +276,7 @@ RTL::set_rtl_item()
|
|||||||
_mission_item.autocontinue = true;
|
_mission_item.autocontinue = true;
|
||||||
_mission_item.origin = ORIGIN_ONBOARD;
|
_mission_item.origin = ORIGIN_ONBOARD;
|
||||||
|
|
||||||
mavlink_log_critical(_navigator->get_mavlink_log_pub(), "RTL: land at home");
|
mavlink_and_console_log_info(_navigator->get_mavlink_log_pub(), "RTL: land at home");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user