diff --git a/services/dbms/src/distributed_data_storage.cpp b/services/dbms/src/distributed_data_storage.cpp index b04554813b22c08628ae330fc9b2d63634ecb8b2..7c3379df03158e081865c9dc6bdc055531f5d50c 100644 --- a/services/dbms/src/distributed_data_storage.cpp +++ b/services/dbms/src/distributed_data_storage.cpp @@ -181,7 +181,7 @@ bool DistributedDataStorage::GetStorageDistributeInfo(const std::string &network return false; } std::string keyOfData = DeviceAndNameToKey(udid, bundleName); - APP_LOGI("keyOfData: [%{public}s]", keyOfData.c_str()); + APP_LOGI("keyOfData: [%{public}s]", AnonymizeUdid(keyOfData).c_str()); Key key(keyOfData); Value value; Status status = kvStorePtr_->Get(key, value);