From 529e2c5755b3a3e984bfa4a1206a7bd0b98d59d5 Mon Sep 17 00:00:00 2001 From: zouheng <18179045811@163.com> Date: Fri, 29 Aug 2025 13:51:21 +0800 Subject: [PATCH] =?UTF-8?q?ani=5Fpublish=E6=97=A5=E5=BF=97=E6=95=B4?= =?UTF-8?q?=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_publish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ets/ani/src/manager/ani_publish.cpp b/frameworks/ets/ani/src/manager/ani_publish.cpp index 049752105..d7ab033fb 100644 --- a/frameworks/ets/ani/src/manager/ani_publish.cpp +++ b/frameworks/ets/ani/src/manager/ani_publish.cpp @@ -31,7 +31,7 @@ void AniPublish(ani_env *env, ani_object obj) ANS_LOGD("AniPublish call"); std::shared_ptr notificationRequest = std::make_shared(); if (NotificationSts::UnWarpNotificationRequest(env, obj, notificationRequest) != ANI_OK) { - ANS_LOGE("UnWarpNotificationRequest failed"); + ANS_LOGE("AniPublish UnWarpNotificationRequest failed"); NotificationSts::ThrowStsErroWithMsg(env, "AniPublish ERROR_INTERNAL_ERROR"); return; } -- Gitee