From 4c566fb43ed408da0cfed70831974e306ea3b3aa Mon Sep 17 00:00:00 2001 From: zhoujing Date: Mon, 11 Aug 2025 15:31:45 +0800 Subject: [PATCH] revert log msessage error Change-Id: I87d770b105c200a78104cc527229f51e0462e331 Signed-off-by: zhoujing --- frameworks/ets/ani/src/sts_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ets/ani/src/sts_request.cpp b/frameworks/ets/ani/src/sts_request.cpp index 9dc20e1c4..f4102afa8 100644 --- a/frameworks/ets/ani/src/sts_request.cpp +++ b/frameworks/ets/ani/src/sts_request.cpp @@ -47,7 +47,7 @@ void UnWarpDistributedOptions(ani_env *env, ani_object obj, StsDistributedOption && isUndefined == ANI_FALSE) { distributedOptions.isDistributed = isDistributed; } else { - ANS_LOGD("UnWarpDistributedOptions: isDistributed get1159 failed"); + ANS_LOGD("UnWarpDistributedOptions: isDistributed get failed"); } // supportDisplayDevices?: Array; std::vector tempStrings = {}; -- Gitee