Skip to content

Commit

Permalink
improved log for fec_done
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jan 21, 2019
1 parent f0a7b28 commit bf818a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit bf818a0

Please sign in to comment.