Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
psip: add logging of data len
  • Loading branch information
perexg committed Nov 5, 2015
1 parent c266bce commit 20f1bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module/psip.c
Expand Up @@ -170,7 +170,7 @@ _psip_eit_callback

/* # events */
count = ptr[6];
tvhtrace("psip", "event count %d", count);
tvhtrace("psip", "event count %d data len %d", count, len);
ptr += 7;
len -= 7;

Expand Down

0 comments on commit 20f1bf1

Please sign in to comment.