mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-10-14 09:45:36 +08:00
improved log for fec_done
This commit is contained in:
@@ -596,7 +596,7 @@ int fec_decode_manager_t::input(char *s,int len)
|
|||||||
|
|
||||||
if(mp[seq].fec_done!=0)
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user