diff options
author | schmirl <schmirl> | 2006-09-14 10:38:22 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2006-09-14 10:38:22 +0000 |
commit | 610719625a51fd5b3b94adae193e227eb9c72112 (patch) | |
tree | 984a850931933ccdb5ebcb758d03f0957477ed0f | |
parent | fc050db7cebe2d5a67f0c835e3760f8218afb2d7 (diff) | |
download | vdr-plugin-streamdev-610719625a51fd5b3b94adae193e227eb9c72112.tar.gz vdr-plugin-streamdev-610719625a51fd5b3b94adae193e227eb9c72112.tar.bz2 |
Re-enabled logging for the Detach()/Attach() issue which is still under observation
-rw-r--r-- | server/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/connection.c b/server/connection.c index 78c1429..20d1be1 100644 --- a/server/connection.c +++ b/server/connection.c @@ -1,5 +1,5 @@ /* - * $Id: connection.c,v 1.6 2006/07/05 20:39:19 thomas Exp $ + * $Id: connection.c,v 1.7 2006/09/14 10:38:22 schmirl Exp $ */ #include "server/connection.h" @@ -148,7 +148,7 @@ cDevice *cServerConnection::GetDevice(const cChannel *Channel, int Priority) // maybe a device would be free if THIS connection did turn off its streams? Dprintf(" * trying again...\n"); const cChannel *current = Channels.GetByNumber(cDevice::CurrentChannel()); - //isyslog("streamdev-server: Detaching current receiver"); + isyslog("streamdev-server: Detaching current receiver"); Detach(); device = cDevice::GetDevice(Channel, Priority); Attach(); |