Skip to content

Commit

Permalink
Changed 'Not loading show info...' from ERROR to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Apr 19, 2016
1 parent b776d65 commit ab97570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def load_imdb_info(self): # pylint: disable=too-many-branches

if not self.imdbid:
logger.log(u"{0}: Not loading show info from IMDb, "
u"because we don't know its ID".format(self.indexerid), logger.ERROR)
u"because we don't know its ID".format(self.indexerid))
return

# Make sure we only use one ID
Expand Down

0 comments on commit ab97570

Please sign in to comment.