update services/sim/src/sim_state_manager.cpp.

bugfix

Signed-off-by: 刘峻朋 <liujunpeng20@huawei.com>
This commit is contained in:
刘峻朋 2024-11-14 15:04:19 +00:00 committed by Gitee
parent b106111a40
commit 5dedab6854
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -177,7 +177,7 @@ void SimStateManager::SyncUnlockPinResponse()
{
std::unique_lock<std::mutex> lck(unlockPinCtx_);
responseUnlockPinReady_ = true;
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responsUnlockPinReady = %{public}d",
TELEPHONY_LOGI("SimStateManager::SyncUnlockPinResponse(), responseUnlockPinReady = %{public}d",
responseUnlockPinReady_);
unlockPinCv_.notify_one();
}