From bb08d9551e2ec0c86b6745178d8089f7bee55274 Mon Sep 17 00:00:00 2001 From: baoyang Date: Wed, 23 Oct 2024 09:10:03 +0000 Subject: [PATCH] test tdd Signed-off-by: baoyang Change-Id: I7ebf4282a1807fc1319a8d5b787265974e315315 --- .../security_component_service/sa/sa_main/sec_comp_entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/security_component_service/sa/sa_main/sec_comp_entity.cpp b/services/security_component_service/sa/sa_main/sec_comp_entity.cpp index 30a7caa..4779268 100644 --- a/services/security_component_service/sa/sa_main/sec_comp_entity.cpp +++ b/services/security_component_service/sa/sa_main/sec_comp_entity.cpp @@ -101,7 +101,7 @@ int32_t SecCompEntity::CheckClickInfo(const SecCompClickEvent& clickInfo) const { if (!WindowInfoHelper::CheckOtherWindowCoverComp(componentInfo_->windowId_, componentInfo_->rect_)) { - SC_LOG_ERROR(LABEL, "Component may be covered by other window"); + SC_LOG_ERROR(LABEL, "Component may be covered by other window."); return SC_SERVICE_ERROR_CLICK_EVENT_INVALID; } -- Gitee