diff --git a/frameworks/ets/ani/src/manager/ani_remove_group.cpp b/frameworks/ets/ani/src/manager/ani_remove_group.cpp index 0382634bfd2382309f7b3a72ea75455e318c7728..50299cfcc42cb39237ef89c585259e124d183f2b 100644 --- a/frameworks/ets/ani/src/manager/ani_remove_group.cpp +++ b/frameworks/ets/ani/src/manager/ani_remove_group.cpp @@ -44,7 +44,7 @@ void AniRemoveGroupByBundle(ani_env *env, ani_object bundleOption, ani_string gr int returncode = OHOS::Notification::NotificationHelper::RemoveGroupByBundle(option, groupNameStr); if (returncode != ERR_OK) { int externalCode = NotificationSts::GetExternalCode(returncode); - ANS_LOGE("AniRemoveGroupByBundle -> error, errorCode: %{public}d", externalCode); + ANS_LOGE("AniRemoveGroupByBundle error, errorCode: %{public}d", externalCode); OHOS::NotificationSts::ThrowError(env, externalCode, NotificationSts::FindAnsErrMsg(externalCode)); } ANS_LOGD("AniRemoveGroupByBundle end");