From 4ea7284ededeb587e1aef79e4da7db4f91165e3e Mon Sep 17 00:00:00 2001 From: zhaoyongjin1 Date: Wed, 1 Nov 2023 16:49:25 +0800 Subject: [PATCH] return bugfix Signed-off-by: zhaoyongjin1 --- interfaces/inner_api/file_access/src/file_access_helper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/inner_api/file_access/src/file_access_helper.cpp b/interfaces/inner_api/file_access/src/file_access_helper.cpp index 1a928b1b..8d6f303b 100644 --- a/interfaces/inner_api/file_access/src/file_access_helper.cpp +++ b/interfaces/inner_api/file_access/src/file_access_helper.cpp @@ -77,8 +77,8 @@ static bool GetBundleNameFromPath(const std::string &path, std::string &bundleNa bundleName = EXTERNAL_BNUDLE_NAME; return true; } - HILOG_ERROR("Uri-authority error."); - return false; + HILOG_INFO("Uri-authority true."); + return true; } static bool CheckUri(Uri &uri) -- Gitee