update services/distributeddataservice/service/object/object_data_listener.cpp.

Signed-off-by: 郭琦11 <guoqi53@huawei.com>
This commit is contained in:
郭琦11 2024-08-31 05:00:38 +00:00 committed by Gitee
parent 87ebd472f5
commit d8a8ee8870
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -61,7 +61,7 @@ int32_t ObjectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, co
if (assetObj == nullptr) {
ZLOGE("OnFinished error! status:%{public}d, srcNetworkId:%{public}s", result,
DistributedData::Anonymous::Change(srcNetworkId).c_str());
ObjectStore::RadarReporter::ReportFailError(std::string(__FUNCTION__), ObjectStore::DATA_RESTORE,
ObjectStore::RadarReporter::ReportStageError(std::string(__FUNCTION__), ObjectStore::DATA_RESTORE,
ObjectStore::ASSETS_RECV, ObjectStore::RADAR_FAILED, result);
return result;
}