From 367865efa47282749fa4d76d8bd052d194e79098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=87=AA=E7=84=B6?= Date: Mon, 25 Dec 2023 14:23:46 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李自然 --- services/context/context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/context/context.cpp b/services/context/context.cpp index 898dc62..56dd3ba 100755 --- a/services/context/context.cpp +++ b/services/context/context.cpp @@ -25,7 +25,7 @@ namespace OHOS { namespace Sharing { Context::Context() { - SHARING_LOGD("contextId: %{public}u.", GetId()); + SHARING_LOGD("contextId : %{public}u.", GetId()); } Context::~Context() -- Gitee