Skip to content

Commit b889902

Browse files
committed
modify:log print for tunnel
1 parent 4f84a27 commit b889902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ServiceApp/XEngine_TunnelTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void XCALLBACK XEngine_Tunnel_CBRecv(XHANDLE xhToken, XNETHANDLE xhClient, XSOCK
137137
{
138138
//退出处理
139139
SocketOpt_HeartBeat_ForceOutAddrEx(xhTunnelHeart, tszClientAddr);
140-
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("Tunnel客户端:%s,离开服务器,客户端主动断开"), tszClientAddr);
140+
//XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("Tunnel客户端:%s,离开服务器,客户端主动断开"), tszClientAddr);
141141
}
142142
}
143143
else

0 commit comments

Comments
 (0)