|
@@ -772,7 +772,7 @@ void CHeartBeatFSM::LocalPreOnlineJS(int slot, CSimpleStringA fromTermNo, CSimpl
|
|
|
req.slot = slot;
|
|
|
req.account = account;
|
|
|
|
|
|
- CSimpleStringA inParam = CSimpleStringA::Format("PreOnline, CardStore heartbeat invoke PreOnline, slot:%s, accountLen:%d", req.slot, req.account.GetLength());
|
|
|
+ CSimpleStringA inParam = CSimpleStringA::Format("PreOnline, CardStore heartbeat invoke PreOnline, slot:%d, accountLen:%d", req.slot, req.account.GetLength());
|
|
|
LogWarn(Severity_Low, Error_Unexpect, HeartBeat_UserErrorCode_Connect_CardStore_Invoke_PreOnline_Inparam, inParam.GetData());
|
|
|
ErrorCodeEnum eErr = (*m_pCISClient)(EntityResource::getLink().upgradeLink())->PreOnlineCrossJS(req, ans, 65000, dwUserCode);
|
|
|
|