commander: Initial RC detection is only an info string

This commit is contained in:
Lorenz Meier
2015-05-24 23:31:58 +02:00
parent 009815deb0
commit 81240d6040
+1 -1
View File
@@ -1718,7 +1718,7 @@ int commander_thread_main(int argc, char *argv[])
/* handle the case where RC signal was regained */
if (!status.rc_signal_found_once) {
status.rc_signal_found_once = true;
mavlink_log_critical(mavlink_fd, "detected RC signal first time");
mavlink_log_info(mavlink_fd, "Detected RC signal first time");
status_changed = true;
} else {