From 19ab98ec063246982927623223aa4fdfa5e23ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B8=87=E9=B9=8F?= Date: Tue, 11 Mar 2025 11:57:46 +0000 Subject: [PATCH] update services/bundlemgr/src/bundle_data_mgr.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张万鹏 --- services/bundlemgr/src/bundle_data_mgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bundlemgr/src/bundle_data_mgr.cpp b/services/bundlemgr/src/bundle_data_mgr.cpp index aaff7fae20..f89bdb2c98 100644 --- a/services/bundlemgr/src/bundle_data_mgr.cpp +++ b/services/bundlemgr/src/bundle_data_mgr.cpp @@ -5514,7 +5514,7 @@ void BundleDataMgr::CreateAppInstallDir(int32_t userId) S_IRWXU | S_IRWXG | S_IXOTH | S_ISGID, Constants::FOUNDATION_UID, ServiceConstants::APP_INSTALL_GID); if (ret != ERR_OK) { - APP_LOGE("create app install %{public}d failed", userId); + APP_LOGE("create app install dir %{public}d failed", userId); } } -- Gitee