diff --git a/services/native/src/power_mgr_service.cpp b/services/native/src/power_mgr_service.cpp index 202188fe9c05ab743c5f8a22567e1ddf5918f9fa..d169e1e202e206151bf18b193e32968160dce857 100644 --- a/services/native/src/power_mgr_service.cpp +++ b/services/native/src/power_mgr_service.cpp @@ -273,7 +273,7 @@ bool PowerMgrService::IsDeveloperMode() void PowerMgrService::KeepScreenOnInit() { if (ptoken_ != nullptr) { - POWER_HILOGI(COMP_SVC, "runninglock token is not null"); + POWER_HILOGI(COMP_SVC, "runninglock token is no null"); return; } ptoken_ = new (std::nothrow) RunningLockTokenStub();