mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-10-14 01:35:36 +08:00
moved a log
This commit is contained in:
3
misc.cpp
3
misc.cpp
@@ -140,7 +140,6 @@ int from_normal_to_fec(conn_info_t & conn_info,char *data,int len,int & out_n,ch
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mylog(log_trace,"from_normal_to_fec input_len=%d,output_n=%d\n",len,out_n);
|
|
||||||
|
|
||||||
if(out_n>0)
|
if(out_n>0)
|
||||||
{
|
{
|
||||||
@@ -159,6 +158,8 @@ int from_normal_to_fec(conn_info_t & conn_info,char *data,int len,int & out_n,ch
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mylog(log_trace,"from_normal_to_fec input_len=%d,output_n=%d\n",len,out_n);
|
||||||
|
|
||||||
|
|
||||||
//for(int i=0;i<n;i++)
|
//for(int i=0;i<n;i++)
|
||||||
//{
|
//{
|
||||||
|
Reference in New Issue
Block a user