summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
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"));