From d60c50dea4c496b8bcd739339e29986ef8e09825 Mon Sep 17 00:00:00 2001 From: zouheng <18179045811@163.com> Date: Fri, 29 Aug 2025 15:07:47 +0800 Subject: [PATCH] =?UTF-8?q?ani=5Fsupport=5Ftemplate=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouheng <18179045811@163.com> --- frameworks/ets/ani/src/manager/ani_support_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ets/ani/src/manager/ani_support_template.cpp b/frameworks/ets/ani/src/manager/ani_support_template.cpp index c9f15947d..ce4b624e9 100644 --- a/frameworks/ets/ani/src/manager/ani_support_template.cpp +++ b/frameworks/ets/ani/src/manager/ani_support_template.cpp @@ -37,7 +37,7 @@ ani_boolean AniIsSupportTemplate(ani_env* env, ani_string templateName) int returncode = Notification::NotificationHelper::IsSupportTemplate(templateNameStr, support); if (returncode != ERR_OK) { int externalCode = NotificationSts::GetExternalCode(returncode); - ANS_LOGE("AniIsSupportTemplate -> error, errorCode: %{public}d", externalCode); + ANS_LOGE("AniIsSupportTemplate error, errorCode: %{public}d", externalCode); OHOS::NotificationSts::ThrowError(env, externalCode, NotificationSts::FindAnsErrMsg(externalCode)); return NotificationSts::BoolToAniBoolean(false); } -- Gitee