navigator mission: fix printf log levels

This commit is contained in:
Beat Küng 2017-03-24 08:26:57 +01:00 committed by Lorenz Meier
parent 52ca49c682
commit 7206bf86dc

View File

@ -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) {