AP_AccelCal: supply format string to send_text

This commit is contained in:
Peter Barker 2019-07-23 18:33:09 +10:00 committed by Peter Barker
parent 4c434c2df9
commit 65c46ac322
1 changed files with 1 additions and 1 deletions

View File

@ -397,6 +397,6 @@ void AP_AccelCal::_printf(const char* fmt, ...)
}
#if !APM_BUILD_TYPE(APM_BUILD_Replay)
_gcs->send_text(MAV_SEVERITY_CRITICAL, msg);
_gcs->send_text(MAV_SEVERITY_CRITICAL, "%s", msg);
#endif
}