This commit is contained in:
2025-11-01 11:57:49 +03:00
parent 8a202bd38c
commit a7fbae47f0
5 changed files with 56 additions and 19 deletions

View File

@@ -200,7 +200,8 @@ Asibfm700Mount::error_t Asibfm700Mount::initMount()
if (ok) {
logInfo("Start updating telemetry data");
} else {
logError("Cannot update telemetry data!");
auto err = lastUpdateError();
logError("Cannot update telemetry data (err = {} [{}])!", err.message(), err.category().name());
}
return mcc::MccGenericMountErrorCode::ERROR_OK;