summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-11-13 22:37:22 +0100
committerMidas <vdrportal_midas@gmx.de>2010-11-13 22:37:22 +0100
commite64b78a1f6313623035fb8e2a7de1fc8fea24d75 (patch)
tree41879b9e0c5e31dd63a23718e6018f5f82ef3845
parent8ae3720b75e65a1b822a167d198306c83db60cbb (diff)
downloadvdr-plugin-block-e64b78a1f6313623035fb8e2a7de1fc8fea24d75.tar.gz
vdr-plugin-block-e64b78a1f6313623035fb8e2a7de1fc8fea24d75.tar.bz2
Removed debug code. No other changes.
-rw-r--r--control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control.c b/control.c
index b289321..6e98e00 100644
--- a/control.c
+++ b/control.c
@@ -79,7 +79,7 @@ cControlBlock::~cControlBlock()
}
bool switch_success=cDevice::SwitchChannel(direction);
- dsyslog("plugin-block-DEV: direction %i, user_direction %i, lastchannel %i, cSetupBlock::lastchannel %i, lastcchannel %s", direction, cSetupBlock::user_direction,lastchannel,cSetupBlock::LastAcceptableChannel, cSetupBlock::LastcChannel->Name());
+// dsyslog("plugin-block-DEV: direction %i, user_direction %i, lastchannel %i, cSetupBlock::lastchannel %i, lastcchannel %s", direction, cSetupBlock::user_direction,lastchannel,cSetupBlock::LastAcceptableChannel, cSetupBlock::LastcChannel->Name());
if (!switch_success)
{
if (cSetupBlock::ParentalGuidance==1)