Skip to content

Commit

Permalink
trakt: log message change
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 12, 2020
1 parent d98d288 commit d8f4855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/trakt.go
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ func (p *Trakt) getShows(endpoint string, logic map[string]interface{}, params m
ignoredItemsSize += 1
continue
} else if !media.ValidateTvdbId(itemId) {
p.log.Debugf("Ignoring, bad TvdbId: %+v", mediaItem)
p.log.Debugf("Ignoring, invalid TvdbId: %+v", mediaItem)
ignoredItemsSize += 1
continue
} else {
Expand Down

0 comments on commit d8f4855

Please sign in to comment.