Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
module: fix compile error, fixes #3637
  • Loading branch information
perexg committed Mar 16, 2016
1 parent 3b9e1b8 commit f0d1bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module.c
Expand Up @@ -262,7 +262,7 @@ void epggrab_module_parse( void *m, htsmsg_t *data )
htsmsg_destroy(data);

/* Debug stats */
tvhlog(LOG_INFO, mod->id, "parse took %"PRItime_t" seconds", mono2sec(tm2 - tm1));
tvhlog(LOG_INFO, mod->id, "parse took %"PRId64" seconds", mono2sec(tm2 - tm1));
tvhlog(LOG_INFO, mod->id, " channels tot=%5d new=%5d mod=%5d",
stats.channels.total, stats.channels.created,
stats.channels.modified);
Expand Down

0 comments on commit f0d1bba

Please sign in to comment.