mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 08:10:34 +08:00
navigator mission: fix printf log levels
This commit is contained in:
@@ -365,7 +365,7 @@ Mission::update_offboard_mission()
|
||||
}
|
||||
|
||||
} else {
|
||||
PX4_WARN("offboard mission update failed, handle: %d", _navigator->get_offboard_mission_sub());
|
||||
PX4_ERR("offboard mission update failed, handle: %d", _navigator->get_offboard_mission_sub());
|
||||
}
|
||||
|
||||
if (failed) {
|
||||
|
||||
Reference in New Issue
Block a user