mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
navigator mission: fix printf log levels
This commit is contained in:
parent
52ca49c682
commit
7206bf86dc
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user