From 3c8fca65da31572f7e2fe2e13f7eb804fb0a6243 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 3 Mar 2013 15:11:41 +0100 Subject: [PATCH] capmt: de-spam CCam::makeCaPmt() --- src/zapit/src/capmt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zapit/src/capmt.cpp b/src/zapit/src/capmt.cpp index 42ce0a446..a48c9943d 100644 --- a/src/zapit/src/capmt.cpp +++ b/src/zapit/src/capmt.cpp @@ -3,7 +3,7 @@ * thegoodguy * * Copyright (C) 2011-2012 CoolStream International Ltd - * Copyright (C) 2012 Stefan Seyfried + * Copyright (C) 2012,2013 Stefan Seyfried * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,7 +85,7 @@ bool CCam::makeCaPmt(CZapitChannel * channel, bool add_private, uint8_t list, co int len; unsigned char * buffer = channel->getRawPmt(len); - INFO("cam %p source %d camask %d list %02x buffer", this, source_demux, camask, list); + DBG("cam %p source %d camask %d list %02x buffer\n", this, source_demux, camask, list); if(!buffer) return false;