mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Made a noisy delete -debug output little less noisy.
This commit is contained in:
parent
007bfdade3
commit
569258d9b7
4
device.c
4
device.c
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* See the README file for copyright information and how to reach the author.
|
* See the README file for copyright information and how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: device.c,v 1.37 2007/09/24 16:08:09 ajhseppa Exp $
|
* $Id: device.c,v 1.38 2007/09/24 16:10:19 ajhseppa Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
@ -155,8 +155,8 @@ bool cIptvDevice::SetPid(cPidHandle *Handle, int Type, bool On)
|
|||||||
|
|
||||||
bool cIptvDevice::DeleteFilter(unsigned int Index)
|
bool cIptvDevice::DeleteFilter(unsigned int Index)
|
||||||
{
|
{
|
||||||
debug("cIptvDevice::DeleteFilter(%d) Index=%d\n", deviceIndex, Index);
|
|
||||||
if ((Index < eMaxFilterCount) && secfilters[Index]) {
|
if ((Index < eMaxFilterCount) && secfilters[Index]) {
|
||||||
|
debug("cIptvDevice::DeleteFilter(%d) Index=%d\n", deviceIndex, Index);
|
||||||
delete secfilters[Index];
|
delete secfilters[Index];
|
||||||
secfilters[Index] = NULL;
|
secfilters[Index] = NULL;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user