|
@@ -2598,8 +2598,8 @@ int CCardIssuerFSM::ReadCard_Contact(SpReqAnsContext<CardIssuerStandService_Read
|
|
|
eMagReadErr = m_hDevHelper->MagRead(magTracks);
|
|
|
l_endTime = GetTickCountRVC();
|
|
|
if (Error_Succeed == eMagReadErr) {
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("DevAdapter::MagRead").setCostTime(l_endTime - l_beginTime)("ReadCard_Contact::MagRead t2Status:%d, t3Status:%d, t2Len:%d(%d), t3Len:%d(%d)",
|
|
|
- magTracks.track[1].eStatus, magTracks.track[2].eStatus, magTracks.track[1].dwSize, sizeof(magTracks.track[1].data), magTracks.track[2].dwSize, sizeof(magTracks.track[2].data));
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("DevAdapter::MagRead").setCostTime(l_endTime - l_beginTime)("ReadCard_Contact::MagRead t2Status:%d, t3Status:%d, t2Len:%d, t3Len:%d",
|
|
|
+ magTracks.track[1].eStatus, magTracks.track[2].eStatus, magTracks.track[1].dwSize, magTracks.track[2].dwSize);
|
|
|
}
|
|
|
else {
|
|
|
SetErrorAndLog(eMagReadErr, MEC_DEVAPI_CARDISSUER_MagRead, "DevAdapter::MagRead", __FUNCTION__, false, l_endTime - l_beginTime, "", "");
|