From ff2504ecaac54203d729df2f981d825a6a92be31 Mon Sep 17 00:00:00 2001 From: yanxuejun12 Date: Wed, 9 Jul 2025 13:58:46 +0800 Subject: [PATCH] fix: jiu Signed-off-by: yanxuejun12 --- services/native/src/power_mgr_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/native/src/power_mgr_service.cpp b/services/native/src/power_mgr_service.cpp index 002f82a1..16065c43 100644 --- a/services/native/src/power_mgr_service.cpp +++ b/services/native/src/power_mgr_service.cpp @@ -106,7 +106,7 @@ PowerMgrService::~PowerMgrService() {} void PowerMgrService::OnStart() { - POWER_HILOGD(COMP_SVC, "Power Management startup"); + POWER_HILOGD(COMP_SVC, "23 Power Management startup"); if (ready_) { POWER_HILOGW(COMP_SVC, "OnStart is ready, nothing to do"); return; -- Gitee