From da139032284109613b8996113b84928de071e3c6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 19 Feb 2014 08:57:43 +0100 Subject: [PATCH] No section number in debug message --- pat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pat.c b/pat.c index 73dc32b6..c325a00c 100644 --- a/pat.c +++ b/pat.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * 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" @@ -341,7 +341,7 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length if (!pat.CheckCRCAndParse()) return; 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) { Del(GetPmtPid(pmtIndex), SI::TableIdPMT); pmtIndex = -1;