mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_Arming: notify logging system of an arming failure
This commit is contained in:
parent
dd3eec2a38
commit
8fc8bc4d84
@ -825,6 +825,7 @@ bool AP_Arming::arm(AP_Arming::Method method, const bool do_arming_checks)
|
||||
//Can't do this from this class until there is a unified logging library
|
||||
|
||||
} else {
|
||||
AP::logger().arming_failure();
|
||||
armed = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user