mirror of https://github.com/ArduPilot/ardupilot
AP_UAVCAN: remove unnecessary scary message UC Node Down
This commit is contained in:
parent
a1b1ef4947
commit
9d8684203c
|
@ -438,7 +438,6 @@ void AP_UAVCAN_Server::verify_nodes(AP_UAVCAN *ap_uavcan)
|
|||
/* Only report if the node was verified, otherwise ignore
|
||||
as this could be just Bootloader to Application transition. */
|
||||
if (isNodeIDVerified(curr_verifying_node)) {
|
||||
gcs().send_text(MAV_SEVERITY_ERROR, "UC Node %d Down!", curr_verifying_node);
|
||||
// remove verification flag for this node
|
||||
verified_mask.clear(curr_verifying_node);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue