diff --git a/services/native/src/runninglock/running_lock_mgr.cpp b/services/native/src/runninglock/running_lock_mgr.cpp index 9643aa4b9cf00968dbc818eae5b7bc00d899f15c..a90851f74b23d4d1547abc85b9acc88dbb5aaa4d 100644 --- a/services/native/src/runninglock/running_lock_mgr.cpp +++ b/services/native/src/runninglock/running_lock_mgr.cpp @@ -949,7 +949,7 @@ bool RunningLockMgr::IsVoiceAppForeground() { std::string foregroundApp = OHOS::system::GetParameter(FOREGROUND_APP_LIST, ""); if (PowerUtils::IsForegroundApplication(PowerUtils::Split(foregroundApp, ';'))) { - POWER_HILOGI(FEATURE_RUNNING_LOCK, "call in foreground"); + POWER_HILOGI(FEATURE_RUNNING_LOCK, "The voice app is in foreground"); return true; }