mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
Re-enabled logging for the Detach()/Attach() issue which is still under observation
This commit is contained in:
parent
fc050db7ce
commit
610719625a
@ -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"
|
#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?
|
// maybe a device would be free if THIS connection did turn off its streams?
|
||||||
Dprintf(" * trying again...\n");
|
Dprintf(" * trying again...\n");
|
||||||
const cChannel *current = Channels.GetByNumber(cDevice::CurrentChannel());
|
const cChannel *current = Channels.GetByNumber(cDevice::CurrentChannel());
|
||||||
//isyslog("streamdev-server: Detaching current receiver");
|
isyslog("streamdev-server: Detaching current receiver");
|
||||||
Detach();
|
Detach();
|
||||||
device = cDevice::GetDevice(Channel, Priority);
|
device = cDevice::GetDevice(Channel, Priority);
|
||||||
Attach();
|
Attach();
|
||||||
|
Loading…
Reference in New Issue
Block a user