From 9aea13ab42937e62243f833c960e452966b9f115 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Tue, 28 Feb 2012 21:59:51 +0100 Subject: logging --- eepg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eepg.c') diff --git a/eepg.c b/eepg.c index 96efeda..810923a 100644 --- a/eepg.c +++ b/eepg.c @@ -2921,13 +2921,14 @@ void cEIT2::updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEven multimap::iterator it; pair::iterator,multimap::iterator> ret; - LogD(3, prep("Start updateEquivalent"), equiChanMap.size()); + LogD(3, prep("Start updateEquivalent %s"), *channelID.ToString()); ret = equiChanMap.equal_range(*channelID.ToString()); for (it=ret.first; it!=ret.second; ++it) { tChannelID equChannelID (tChannelID::FromString((*it).second)); cChannel *equChannel = GetChannelByID (equChannelID, false); if (equChannel) { + LogD(3, prep("found Equivalent channel %s"), *equChannelID.ToString()); cSchedule *pSchedule = (cSchedule *) Schedules->GetSchedule (equChannel, true); cEvent *pEqvEvent = (cEvent *) pSchedule->GetEvent (pEvent->EventID(), pEvent->StartTime()); if (pEqvEvent) { -- cgit v1.2.3