fix last commit

This commit is contained in:
wangyu- 2018-08-18 11:52:26 -05:00
parent 16bb483eba
commit e7153d101d

View File

@ -649,9 +649,9 @@ int fec_decode_manager_t::input(char *s,int len)
if(cnt<x)
{
if(debug_fec_dec)
mylog(log_debug,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",seq,x,y,cnt);
mylog(log_debug,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",tmp_seq,x,y,cnt);
else
mylog(log_trace,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",seq,x,y,cnt);
mylog(log_trace,"[dec][failed]seq=%08x x=%d y=%d cnt=%d\n",tmp_seq,x,y,cnt);
}
mp.erase(tmp_it);
}