commander: printf fine tuning

This commit is contained in:
Julian Oes
2016-06-01 15:39:23 +01:00
committed by Lorenz Meier
parent 5b4f016357
commit a88c3c2dbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3606,7 +3606,7 @@ void *commander_low_prio_loop(void *arg)
if (ret != OK) {
mavlink_and_console_log_critical(&mavlink_log_pub, "settings auto save error");
} else {
PX4_INFO("commander: settings saved.");
PX4_DEBUG("commander: settings saved.");
}
need_param_autosave = false;