mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
No section number in debug message
This commit is contained in:
parent
585f622886
commit
da13903228
4
pat.c
4
pat.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: pat.c 3.3 2014/02/18 13:03:19 kls Exp $
|
* $Id: pat.c 3.4 2014/02/19 08:57:43 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pat.h"
|
#include "pat.h"
|
||||||
@ -341,7 +341,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
|
|||||||
if (!pat.CheckCRCAndParse())
|
if (!pat.CheckCRCAndParse())
|
||||||
return;
|
return;
|
||||||
if (pat.getVersionNumber() != patVersion) {
|
if (pat.getVersionNumber() != patVersion) {
|
||||||
DBGLOG("PAT %d/%d %d %d -> %d", pat.getSectionNumber(), pat.getLastSectionNumber(), Transponder(), patVersion, pat.getVersionNumber());
|
DBGLOG("PAT %d %d -> %d", Transponder(), patVersion, pat.getVersionNumber());
|
||||||
if (pmtIndex >= 0) {
|
if (pmtIndex >= 0) {
|
||||||
Del(GetPmtPid(pmtIndex), SI::TableIdPMT);
|
Del(GetPmtPid(pmtIndex), SI::TableIdPMT);
|
||||||
pmtIndex = -1;
|
pmtIndex = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user