Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scanfile: add processed bytes to log
  • Loading branch information
perexg committed Aug 29, 2016
1 parent 8b51103 commit f6bc70d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input/mpegts/scanfile.c
Expand Up @@ -709,7 +709,8 @@ scanfile_load_file
char *str, buf[256];
int load = 0;

tvhtrace(LS_SCANFILE, "load file %s", name);
tvhtrace(LS_SCANFILE, "load file %s (processed bytes %"PRId64")",
name, scanfile_total_load);

if (scanfile_total_load > SCANFILE_LIMIT) return;
fp = fb_open2(dir, name, 1, 0);
Expand Down

0 comments on commit f6bc70d

Please sign in to comment.