mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 02:44:08 +08:00
Fixed geofence verbosity
This commit is contained in:
parent
490ef96471
commit
73216e0497
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user