|
@@ -16,8 +16,7 @@ void CardReadAdapterServerSession::Handle_Read(SpReqAnsContext<CardReadAdapterSe
|
|
|
{
|
|
|
LOG_FUNCTION();
|
|
|
DbgToBeidou(ctx->link, __FUNCTION__)();
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI("Read")("Invoke Read");
|
|
|
- DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("Module:%d,lightPos:%d,bus data size:%d",ctx->Req.module,ctx->Req.lightPos,ctx->Req.businessData.GetLength());
|
|
|
+ DbgWithLink(LOG_LEVEL_INFO, ctx->link.checkEmpty() ? LOG_TYPE_SYSTEM : LOG_TYPE_USER).setAPI("Read")("Invoke Read Module:%d,lightPos:%d,bus data size:%d", ctx->Req.module, ctx->Req.lightPos, ctx->Req.businessData.GetLength());
|
|
|
if (ctx->Req.reserved1.GetCount() > 0)
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_USER)("reserved1[0]:%d",ctx->Req.reserved1[0]);
|
|
|
m_pEntity->Read(ctx);
|