Plane: stop appending lf to PERF message

This commit is contained in:
Peter Barker 2017-05-01 23:03:09 +10:00 committed by Francisco Ferreira
parent b37e64b23c
commit 378015691b

View File

@ -380,7 +380,7 @@ void Plane::one_second_loop()
void Plane::log_perf_info()
{
if (scheduler.debug() != 0) {
gcs_send_text_fmt(MAV_SEVERITY_INFO, "PERF: %u/%u Dt=%u/%u Log=%u\n",
gcs_send_text_fmt(MAV_SEVERITY_INFO, "PERF: %u/%u Dt=%u/%u Log=%u",
(unsigned)perf.num_long,
(unsigned)perf.mainLoop_count,
(unsigned)perf.G_Dt_max,