diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-14 11:39:55 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-14 11:39:55 +0100 |
commit | 1ddda558b03078b23051bef8f3969c0d45d5ce7f (patch) | |
tree | e7b4fb17ed30fdb679837fffdf0d40dfa4f7eda9 /device.c | |
parent | db47cdaa1a0c7f57fc826d7906a01e5e98dd719a (diff) | |
download | vdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.gz vdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.bz2 |
Modified the descriptions of several threads
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 3.17 2015/01/12 14:38:23 kls Exp $ + * $Id: device.c 3.18 2015/01/14 11:06:13 kls Exp $ */ #include "device.h" @@ -77,7 +77,7 @@ cDevice::cDevice(void) cardIndex = nextCardIndex++; dsyslog("new device number %d", CardIndex() + 1); - SetDescription("receiver on device %d", CardIndex() + 1); + SetDescription("device %d receiver", CardIndex() + 1); mute = false; volume = Setup.CurrentVolume; @@ -1735,7 +1735,7 @@ void cDevice::DetachAllReceivers(void) cTSBuffer::cTSBuffer(int File, int Size, int CardIndex) { - SetDescription("TS buffer on device %d", CardIndex); + SetDescription("device %d TS buffer", CardIndex); f = File; cardIndex = CardIndex; delivered = false; |