sdcardCheck: shorten hardfault log message

To make sure it's showing correctly in the output.
This commit is contained in:
Matthias Grob 2023-10-25 15:28:40 +02:00 committed by Daniel Agar
parent eed2870fd8
commit 2ef807eaa0

View File

@ -122,7 +122,7 @@ void SdCardChecks::checkAndReport(const Context &context, Report &reporter)
events::Log::Error, "Crash dumps present on SD card");
if (reporter.mavlink_log_pub()) {
mavlink_log_critical(reporter.mavlink_log_pub(), "Preflight Fail: Crash dumps present on SD, vehicle needs service");
mavlink_log_critical(reporter.mavlink_log_pub(), "Preflight Fail: Crash dumps present on SD");
}
}