Skip to content
Snippets Groups Projects
Commit 246c47e0 authored by Daniel Agar's avatar Daniel Agar
Browse files

RTL land use mavlink critical and log when starting landing

parent 8567e3b9
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ RTL::set_rtl_item()
_mission_item.autocontinue = true;
_mission_item.origin = ORIGIN_ONBOARD;
mavlink_and_console_log_info(_navigator->get_mavlink_log_pub(), "RTL: land at home");
mavlink_log_critical(_navigator->get_mavlink_log_pub(), "RTL: land at home");
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment