mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-09-17 04:34:31 +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)
|
||||
{
|
||||
mylog(log_debug,"fec already done, ignore\n");
|
||||
mylog(log_debug,"fec already done, ignore, seq=%u\n",seq);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user