diff --git a/frameworks/native/distributed_file_inner/src/copy/file_copy_manager.cpp b/frameworks/native/distributed_file_inner/src/copy/file_copy_manager.cpp index 560f95880befad004564fb77a878591ff3f41f6b..67283d54cebc41ee04e96aae3be9fb206992d227 100644 --- a/frameworks/native/distributed_file_inner/src/copy/file_copy_manager.cpp +++ b/frameworks/native/distributed_file_inner/src/copy/file_copy_manager.cpp @@ -202,7 +202,7 @@ int32_t FileCopyManager::Copy(const std::string &srcUri, const std::string &dest infos->srcUriIsFile, processCallback); if (infos->srcPath.rfind(MTP_PATH_PREFIX, 0) != std::string::npos) { infos->localListener->SetMtpPath(); - LOGI("Copy srcpath is mtp path"); + LOGI("Copy srcpath is mtp pathxx123"); } auto result = ExecLocal(infos); RemoveFileInfos(infos);