aboutsummaryrefslogtreecommitdiff
path: root/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-06-28 18:45:52 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-06-28 18:45:52 +0200
commit0a78206d71f4c008fdad3a1170ab2bf7904548ed (patch)
tree6ecaf23ebfa196a0d65fdd0c6aba9285440867da /src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp
parentf0a21c4f5f9a840eda797fbe162220fa98f77a37 (diff)
downloadpx4-firmware-0a78206d71f4c008fdad3a1170ab2bf7904548ed.tar.gz
px4-firmware-0a78206d71f4c008fdad3a1170ab2bf7904548ed.tar.bz2
px4-firmware-0a78206d71f4c008fdad3a1170ab2bf7904548ed.zip
att pos estimator: silence annoying messages
Diffstat (limited to 'src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp')
-rw-r--r--src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp2
1 files changed, 1 insertions, 1 deletions
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 cb160c775..987b4f1c3 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
@@ -559,7 +559,7 @@ FixedwingEstimator::check_filter_state()
int check = _ekf->CheckAndBound(&ekf_report);
- const char* ekfname = "#audio: ";
+ const char* ekfname = "att pos estimator: ";
switch (check) {
case 0: