From 7d561237605a8c13714ec502c9e1efd5cf544202 Mon Sep 17 00:00:00 2001 From: z30051546 <948546598@qq.com> Date: Mon, 25 Aug 2025 11:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z30051546 <948546598@qq.com> --- .../distributed_file_inner/src/copy/file_copy_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 560f95880..b2439b644 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 pathxx"); } auto result = ExecLocal(infos); RemoveFileInfos(infos); -- Gitee