AP_Scheduler: Change the Task Performance Notification Level to Information

This commit is contained in:
murata 2021-06-13 20:48:16 +09:00 committed by Andrew Tridgell
parent 32359e209d
commit d32bce85d1

View File

@ -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(),