summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-09-01 18:51:15 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-09-01 18:51:15 +0200
commitd1eed0fab1e75e17fbfa90b5bb332e73ef58b78b (patch)
treea1ed593e273d1de9c62a52cf36a0c93e375b76ad /eepg.c
parent584131eff2c25df6fd7c321253bf133d9a6e780c (diff)
downloadvdr-plugin-eepg-d1eed0fab1e75e17fbfa90b5bb332e73ef58b78b.tar.gz
vdr-plugin-eepg-d1eed0fab1e75e17fbfa90b5bb332e73ef58b78b.tar.bz2
fix log
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eepg.c b/eepg.c
index 9dea796..fa50f6c 100644
--- a/eepg.c
+++ b/eepg.c
@@ -2869,7 +2869,7 @@ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Dat
}
tChannelID channelID (Source, getOriginalNetworkId (), getTransportStreamId (), getServiceId ());
- LogD(2, prep("channelID: %s"), channelID.ToString());
+ LogD(2, prep("channelID: %s"), *channelID.ToString());
cChannel *channel = Channels.GetByChannelID (channelID, true);
if (!channel) {
LogD(2, prep("!channel"));