From: Jaroslav Kysela Date: Thu, 9 Apr 2015 09:55:56 +0000 (+0200) Subject: mpegts: show pids for complete/incomplete tables, move scan needs more time msg to... X-Git-Tag: v4.1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a792c4e4cf4bff81a4b6d32270f25baff6158dc;p=thirdparty%2Ftvheadend.git mpegts: show pids for complete/incomplete tables, move scan needs more time msg to trace --- diff --git a/src/input/mpegts/mpegts_mux.c b/src/input/mpegts/mpegts_mux.c index 46bcb4f96..9a007ac6e 100644 --- a/src/input/mpegts/mpegts_mux.c +++ b/src/input/mpegts/mpegts_mux.c @@ -913,7 +913,7 @@ mpegts_mux_scan_done ( mpegts_mux_t *mm, const char *buf, int res ) s = "complete"; else if (mt->mt_count) s = "incomplete"; - tvhdebug("mpegts", "%s - %s %s", buf, mt->mt_name, s); + tvhdebug("mpegts", "%s - %04X (%d) %s %s", buf, mt->mt_pid, mt->mt_pid, mt->mt_name, s); } } pthread_mutex_unlock(&mm->mm_tables_lock); @@ -972,7 +972,7 @@ again: /* Pending tables (another 20s or 30s - bit arbitrary) */ } else if (q) { - tvhinfo("mpegts", "%s - scan needs more time", buf); + tvhtrace("mpegts", "%s - scan needs more time", buf); gtimer_arm(&mm->mm_scan_timeout, mpegts_mux_scan_timeout, mm, w ? 30 : 20); return;