...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user