modify file transfer

Signed-off-by: liuwei <liuwei573@huawei.com>
This commit is contained in:
liuwei 2024-08-23 09:54:05 +08:00
parent cc4e4641f5
commit 0d2c3dff5f

View File

@ -687,7 +687,7 @@ bool HdcTransferBase::CommandDispatch(const uint16_t command, uint8_t *payload,
CtxFile *context = &ctxNow;
if (!RecvIOPayload(context, payload, payloadSize)) {
WRITE_LOG(LOG_DEBUG, "RecvIOPayload return false. channelId:%u lastErrno:%u result:%d",
taskInfo->channelId, ctxNow.lastErrno, ctxNow.fsOpenReq.result);
taskInfo->channelId, ctxNow.lastErrno, ctxNow.fsOpenReq.result);
uv_fs_close(nullptr, &ctxNow.fsCloseReq, ctxNow.fsOpenReq.result, nullptr);
HdcTransferBase *thisClass = (HdcTransferBase *)context->thisClass;
thisClass->CommandDispatch(CMD_FILE_FINISH, payload, 1);