|
|
@@ -688,7 +688,7 @@ ErrorCodeEnum CPinPadFSM::GetEncryptText(SpReqAnsContext<PinPadService_GetInputS
|
|
|
DWORD dwStart = GetTickCount();
|
|
|
DWORD dwEnd = GetTickCount();
|
|
|
bool bCancelInput = false;
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("req(pin)len:[%d],timeout:[%d],confirm:[%d],bExit(%d)", len, timeout, confirm, m_bExit);
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("req(pin)len:[%d],timeout:[%d],confirm:[%d],bExit(%d)", len, timeout, confirm, m_bExit);
|
|
|
while (elapsed < MAX_PINPAD_INPUT_TIMEOUT) {
|
|
|
if (m_bExit)
|
|
|
break;
|
|
|
@@ -711,7 +711,7 @@ ErrorCodeEnum CPinPadFSM::GetEncryptText(SpReqAnsContext<PinPadService_GetInputS
|
|
|
errCode = m_hDevHelper->KeyRead(btCh);//循环调用,无需计算耗时
|
|
|
if (errCode == Error_Succeed) {
|
|
|
LogEvent(Severity_Middle, LOG_EVT_PINPAD_OP, "PinPad op.", ctxSM->link);
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("PinPad op: %d", readed);
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("PinPad op: %d", readed);
|
|
|
if (btCh == 0x0d) {
|
|
|
if (confirm)
|
|
|
{
|