Skip to content

Commit

Permalink
minor log adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjurtf committed Mar 15, 2021
1 parent fd2dee0 commit dd4a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmltv/xmltv.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func getProgramsForChannel(channelId string, date time.Time) []Programme {
programs = append(programs, programme)
}

log.Printf("fetched guide for channelId %s on %s. Num programs %d", channelId, dateKey, len(guide))
log.Printf("fetched guide: %s - channelId %s. Num programs %d", dateKey, channelId, len(guide))
return programs
}

Expand Down

0 comments on commit dd4a7a2

Please sign in to comment.