diff options
author | louis <louis.braun@gmx.de> | 2013-07-15 17:27:55 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-07-15 17:27:55 +0200 |
commit | 30957bfb0f89ffa7cafaab36f25d5f83a582f196 (patch) | |
tree | abfa36033ea78048cb690b975f83986776064fc3 /channelcolumn.c | |
parent | e55b546078356966a5eb2fe8dfe7590f34a1432c (diff) | |
download | vdr-plugin-tvguide-30957bfb0f89ffa7cafaab36f25d5f83a582f196.tar.gz vdr-plugin-tvguide-30957bfb0f89ffa7cafaab36f25d5f83a582f196.tar.bz2 |
changed channel jump logic
Diffstat (limited to 'channelcolumn.c')
-rw-r--r-- | channelcolumn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/channelcolumn.c b/channelcolumn.c index 8ed34b0..b0a1c0a 100644 --- a/channelcolumn.c +++ b/channelcolumn.c @@ -357,7 +357,7 @@ void cChannelColumn::SetTimers() { } void cChannelColumn::dumpGrids() { - esyslog("tvguide: ------Channel %s: %d entires ---------", channel->Name(), grids.Count()); + esyslog("tvguide: ------Channel %s %d: %d entires ---------", channel->Name(), num, grids.Count()); int i=1; for (cGrid *grid = grids.First(); grid; grid = grids.Next(grid)) { esyslog("tvguide: grid %d: start: %s, stop: %s", i, *cMyTime::printTime(grid->StartTime()), *cMyTime::printTime(grid->EndTime())); |