commander: changed msg "connection to GCS lost" from critical to info

update
This commit is contained in:
Igor Mišić
2021-04-15 12:06:58 +02:00
committed by Daniel Agar
parent 2219e096d7
commit bd4839e855
+1 -1
View File
@@ -3533,7 +3533,7 @@ void Commander::data_link_check()
_status.data_link_lost = true;
_status.data_link_lost_counter++;
mavlink_log_critical(&_mavlink_log_pub, "Connection to ground station lost");
mavlink_log_info(&_mavlink_log_pub, "Connection to ground station lost");
_status_changed = true;
}