From 43c8592ddcbc026e97493fa2171353fd5faa5ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=82=AC?= Date: Tue, 25 Feb 2025 12:30:03 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄悬 --- services/ui/driver/graphic_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/driver/graphic_engine.cpp b/services/ui/driver/graphic_engine.cpp index a2a05d7f..a0f881ac 100644 --- a/services/ui/driver/graphic_engine.cpp +++ b/services/ui/driver/graphic_engine.cpp @@ -104,7 +104,7 @@ __attribute__((weak)) void InitFlushBatteryStatusExt(void) __attribute__((weak)) void SetBrightness(int value) { - LOG(INFO) << "not pc, not set backlight"; + LOG(INFO) << "not set backlight"; } void GraphicEngine::FlushThreadLoop() const -- Gitee