mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
improved log for fec_done
This commit is contained in:
parent
f0a7b28a63
commit
bf818a04a8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user