mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-12-18 15:28:15 +00:00
update core/transmission/trans_channel/manager/src/trans_channel_manager.c.
Signed-off-by: wanglei744 <wanglei744@huawei.com>
This commit is contained in:
parent
ce797e417f
commit
07da6ec752
@ -216,7 +216,8 @@ int32_t TransOpenChannel(const SessionParam *param, TransInfo *transInfo)
|
||||
SoftbusReportTransErrorEvt(SOFTBUS_TRANS_GET_LANE_INFO_ERR);
|
||||
goto EXIT_ERR;
|
||||
}
|
||||
SoftBusLog(SOFTBUS_LOG_TRAN, SOFTBUS_LOG_INFO, "sessionName[%s], get laneId[%u], link type[%u].", param->sessionName, laneId, connInfo.type);
|
||||
SoftBusLog(SOFTBUS_LOG_TRAN, SOFTBUS_LOG_INFO,
|
||||
"sessionName[%s], get laneId[%u], link type[%u].", param->sessionName, laneId, connInfo.type);
|
||||
|
||||
if (TransGetConnectOptByConnInfo(&connInfo, &connOpt) != SOFTBUS_OK) {
|
||||
goto EXIT_ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user