Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
刘峻朋 2024-11-14 13:01:54 +00:00 committed by Gitee
parent 29a100824a
commit 30e606bdcb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -168,7 +168,7 @@ void SimStateManager::SyncSimMatchResponse()
{
std::unique_lock<std::mutex> lck(stx_);
responseSimMatchReady_ = true;
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
TELEPHONY_LOGI("SimStateManager::SyncSimMatchResponse(), responseSimMatchReady = %{public}d",
responseSim_);
sv_.notify_one();
}