Skip to content
Snippets Groups Projects
Commit a45391b2 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Navigator: If orb copy fails, print FD

parent fc9d6ac3
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,7 @@ Mission::update_offboard_mission()
_navigator->set_mission_result_updated();
} else {
PX4_WARN("offboard mission update failed");
PX4_WARN("offboard mission update failed, handle: %d", _navigator->get_offboard_mission_sub());
}
if (failed) {
......
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