mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 18:40:34 +08:00
Fixed geofence verbosity
This commit is contained in:
@@ -275,9 +275,8 @@ Navigator::task_main()
|
||||
_geofence.loadFromFile(GEOFENCE_FILENAME);
|
||||
|
||||
} else {
|
||||
mavlink_log_info(_mavlink_fd, "No geofence set");
|
||||
if (_geofence.clearDm() != OK) {
|
||||
warnx("Could not clear geofence");
|
||||
mavlink_log_critical(_mavlink_fd, "failed clearing geofence");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user