|
|
@@ -1666,7 +1666,8 @@ int CPinPadFSM::LoadKeySM(SpReqAnsContext<PinPadService_LoadKeysSM_Req, PinPadSe
|
|
|
{
|
|
|
spConfig->WriteConfigValue("Load", "SN_SM", ctx->Req.reserved3);
|
|
|
m_keySNSM = ctx->Req.reserved3;
|
|
|
- LogWarn(Severity_Middle, Error_Debug, LOG_EVT_PINPAD_SM_SN_REFRESH, m_keySNSM);
|
|
|
+ LogWarn(Severity_Middle, Error_Debug, LOG_EVT_PINPAD_SM_SN_REFRESH,
|
|
|
+ CSimpleStringA::Format("{\"type\": \"SN_SM\", \"value\": \"%s\"}", m_keySNSM.GetData()));
|
|
|
}
|
|
|
}
|
|
|
if (eErr != Error_Succeed)
|