1
0
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:
Rolf Ahrenberg
2014-12-06 00:37:55 +02:00
parent 796a047401
commit 23dce9e205
5 changed files with 8 additions and 8 deletions

View File

@@ -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()),