Skip to content

Commit

Permalink
change log level of 'retry using search' to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc56 committed Oct 25, 2022
1 parent 32c5077 commit ccfe73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/trakt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def find_episode_guid(self, guid: PlexGuid, lookup: TraktLookup):
if te:
return te

logger.warning(f"Retry using search for specific Plex Episode {guid.guid}")
logger.debug(f"Retry using search for specific Plex Episode {guid.guid}")
if not guid.is_episode:
return self.find_by_guid(guid)
return None
Expand Down

0 comments on commit ccfe73b

Please sign in to comment.