Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
psip: add more logging
  • Loading branch information
perexg committed Nov 5, 2015
1 parent 4d32048 commit a84fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/psip.c
Expand Up @@ -93,7 +93,7 @@ _psip_eit_callback_channel
titlelen = ptr[9];
dlen = ((ptr[10+titlelen] & 0x0f) << 8) | ptr[11+titlelen];
size = titlelen + dlen + 12;
// tvhtrace("psip", " %03d: titlelen %d, dlen %d", i, titlelen, dlen);
tvhtrace("psip", " %03d: titlelen %d, dlen %d", i, titlelen, dlen);

if (size > len) break;

Expand Down

0 comments on commit a84fdaa

Please sign in to comment.