From e53e43d2b85095ec24e89fb8721d9c92e13ed930 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 18 Oct 2003 12:29:08 +0200 Subject: The cThread class now accepts a 'Description' parameter --- rcu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rcu.c') diff --git a/rcu.c b/rcu.c index dae9b2a1..43dc480a 100644 --- a/rcu.c +++ b/rcu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: rcu.c 1.5 2003/05/02 14:42:40 kls Exp $ + * $Id: rcu.c 1.6 2003/10/18 11:34:30 kls Exp $ */ #include "rcu.h" @@ -18,6 +18,7 @@ cRcuRemote::cRcuRemote(char *DeviceName) :cRemote("RCU") +,cThread("RCU remote control") { dp = 0; mode = modeB; @@ -92,8 +93,6 @@ void cRcuRemote::Action(void) } buffer; #pragma pack() - dsyslog("RCU remote control thread started (pid=%d)", getpid()); - time_t LastCodeRefresh = 0; int FirstTime = 0; uint64 LastCommand = 0; -- cgit v1.2.3