mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Scheduler: Change the Task Performance Notification Level to Information
This commit is contained in:
parent
32359e209d
commit
d32bce85d1
@ -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…
Reference in New Issue
Block a user