mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 11:50:35 +08:00
Capitalizing/improving warning messages
This commit is contained in:
committed by
Daniel Agar
parent
0bb5345306
commit
5bcd7c0a0d
@@ -2429,10 +2429,10 @@ Commander::run()
|
||||
status_changed = true;
|
||||
|
||||
if (status.failsafe) {
|
||||
mavlink_log_info(&mavlink_log_pub, "Failsafe mode enabled");
|
||||
mavlink_log_info(&mavlink_log_pub, "Failsafe mode activated");
|
||||
|
||||
} else {
|
||||
mavlink_log_info(&mavlink_log_pub, "Failsafe mode disabled");
|
||||
mavlink_log_info(&mavlink_log_pub, "Failsafe mode deactivated");
|
||||
}
|
||||
|
||||
failsafe_old = status.failsafe;
|
||||
|
||||
Reference in New Issue
Block a user