summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-08 14:19:29 +0000
committerlordjaxom <lordjaxom>2005-02-08 14:19:29 +0000
commit948893b25ec347b80f4b4c1f35a4356b31df6f18 (patch)
tree536c024728c50d71689063471d8e7c271d4d421c /client
parent5e7ea6f49cc6d2493f5b56c172319f6c49e16381 (diff)
downloadvdr-plugin-streamdev-948893b25ec347b80f4b4c1f35a4356b31df6f18.tar.gz
vdr-plugin-streamdev-948893b25ec347b80f4b4c1f35a4356b31df6f18.tar.bz2
- transfer
Diffstat (limited to 'client')
-rw-r--r--client/device.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/device.c b/client/device.c
index bd34984..77c955a 100644
--- a/client/device.c
+++ b/client/device.c
@@ -1,5 +1,5 @@
/*
- * $Id: device.c,v 1.2 2005/01/25 14:14:43 lordjaxom Exp $
+ * $Id: device.c,v 1.3 2005/02/08 14:19:29 lordjaxom Exp $
*/
#include "client/device.h"
@@ -97,7 +97,8 @@ bool cStreamdevDevice::SetChannelDevice(const cChannel *Channel,
return true;
m_Channel = Channel;
- return ClientSocket.SetChannelDevice(m_Channel);
+ bool r = ClientSocket.SetChannelDevice(m_Channel);
+ Dprintf("setchanneldevice r=%d\n", r);
}
bool cStreamdevDevice::SetPid(cPidHandle *Handle, int Type, bool On) {