Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandog committed Apr 14, 2016
1 parent 316d27c commit 6bfe189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def dhm(td):
continue

if not needs_subtitles(ep_to_sub['subtitles']):
logger.log(u'Episode already has all needed subtitles, skipping %s %s', ep_to_sub['show_name'], ep_num)
logger.debug(u'Episode already has all needed subtitles, skipping %s %s', ep_to_sub['show_name'], ep_num)
continue

try:
Expand Down

0 comments on commit 6bfe189

Please sign in to comment.