Modified the descriptions of several threads

This commit is contained in:
Klaus Schmidinger
2015-01-14 11:39:55 +01:00
parent db47cdaa1a
commit 1ddda558b0
7 changed files with 23 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: dvbdevice.c 3.12 2015/01/12 11:24:51 kls Exp $
* $Id: dvbdevice.c 3.13 2015/01/14 11:06:42 kls Exp $
*/
#include "dvbdevice.h"
@@ -372,7 +372,7 @@ cDvbTuner::cDvbTuner(const cDvbDevice *Device, int Fd_Frontend, int Adapter, int
tunerStatus = tsIdle;
bondedTuner = NULL;
bondedMaster = false;
SetDescription("tuner on frontend %d/%d", adapter, frontend);
SetDescription("frontend %d/%d tuner", adapter, frontend);
Start();
}