aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-04-14 07:23:26 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-04-14 07:23:26 +0000
commitb8f5ce238d6307c1030956c470e550b711493f3c (patch)
treeea904459eb60c154147908d86d5e30bfc8895cc5 /lib/dvb/pmt.cpp
parent2cb53b426eb869148c36e420fa0a1ad99b3c10fb (diff)
downloadenigma2-b8f5ce238d6307c1030956c470e550b711493f3c.tar.gz
enigma2-b8f5ce238d6307c1030956c470e550b711493f3c.zip
don't keep unused references
Diffstat (limited to 'lib/dvb/pmt.cpp')
-rw-r--r--lib/dvb/pmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp
index 679d7a8f..5ea47467 100644
--- a/lib/dvb/pmt.cpp
+++ b/lib/dvb/pmt.cpp
@@ -36,7 +36,7 @@ void eDVBServicePMTHandler::channelStateChanged(iDVBChannel *channel)
{
if (m_channel)
if (m_channel->getDemux(m_demux, (!m_use_decode_demux) ? 0 : iDVBChannel::capDecode))
- eDebug("Allocating a demux for now tuned-in channel failed.");
+ eDebug("Allocating %s-decoding a demux for now tuned-in channel failed.", m_use_decode_demux ? "" : "non-");
serviceEvent(eventTuned);