mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	No section number in debug message
This commit is contained in:
		
							
								
								
									
										4
									
								
								pat.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								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 2.19.1.1 2014/02/18 14:12:17 kls Exp $ | ||||
|  * $Id: pat.c 2.19.1.2 2014/02/19 09:31:29 kls Exp $ | ||||
|  */ | ||||
|  | ||||
| #include "pat.h" | ||||
| @@ -297,7 +297,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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user