Browse Source

AP_Scheduler: Change the Task Performance Notification Level to Information

c415-sdk
murata 4 years ago committed by Tom Pittenger
parent
commit
55c07e24c0
  1. 2
      libraries/AP_Scheduler/PerfInfo.cpp

2
libraries/AP_Scheduler/PerfInfo.cpp

@ -162,7 +162,7 @@ float AP::PerfInfo::get_filtered_time() const @@ -162,7 +162,7 @@ float AP::PerfInfo::get_filtered_time() const
void AP::PerfInfo::update_logging() const
{
gcs().send_text(MAV_SEVERITY_WARNING,
gcs().send_text(MAV_SEVERITY_INFO,
"PERF: %u/%u [%lu:%lu] F=%uHz sd=%lu Ex=%lu",
(unsigned)get_num_long_running(),
(unsigned)get_num_loops(),

Loading…
Cancel
Save