Merge branch 'branch_libev' of https://github.com/wangyu-/UDPspeeder into branch_libev

This commit is contained in:
root 2019-04-08 07:31:18 -04:00
commit f7c2d15adc

View File

@ -588,7 +588,7 @@ int fec_decode_manager_t::input(char *s,int len)
if(mp[seq].fec_done!=0)
{
mylog(log_debug,"fec already done, ignore\n");
mylog(log_debug,"fec already done, ignore, seq=%u\n",seq);
return -1;
}