diff --git a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp index 615ad143aa..861b56c60f 100644 --- a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp +++ b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp @@ -1691,6 +1691,6 @@ int ekf_att_pos_estimator_main(int argc, char *argv[]) return ret; } - PX4_WARN("unrecognized command"); + PX4_ERR("unrecognized command"); return 1; }