mirror of
				https://github.com/rofafor/vdr-plugin-satip.git
				synced 2023-10-10 11:37:42 +00:00 
			
		
		
		
	Changed logging to to use SATIP instead of SAT>IP.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tuner.c
									
									
									
									
									
								
							| @@ -13,7 +13,7 @@ | ||||
| #include "tuner.h" | ||||
|  | ||||
| cSatipTuner::cSatipTuner(cSatipDeviceIf &deviceP, unsigned int packetLenP) | ||||
| : cThread(cString::sprintf("SAT>IP %d tuner", deviceP.GetId())), | ||||
| : cThread(cString::sprintf("SATIP %d tuner", deviceP.GetId())), | ||||
|   sleepM(), | ||||
|   deviceM(&deviceP), | ||||
|   deviceIdM(deviceP.GetId()), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user