summaryrefslogtreecommitdiff
path: root/rcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'rcu.c')
-rw-r--r--rcu.c5
1 files changed, 2 insertions, 3 deletions
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;