AP_UAVCAN: remove unnecessary scary message UC Node Down

This commit is contained in:
Siddharth Purohit 2019-12-27 11:34:01 +08:00 committed by Andrew Tridgell
parent 39c87f473a
commit 3278ac2e63
1 changed files with 0 additions and 1 deletions

View File

@ -438,7 +438,6 @@ void AP_UAVCAN_DNA_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);
}