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 authored and glensc committed Oct 23, 2022
1 parent f69a70f commit 5cf224a
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 @@ -387,7 +387,7 @@ def find_episode_guid(self, guid: PlexGuid, lookup: TraktLookup):
return te.instance
else:
# Retry using search for specific Plex Episode
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 5cf224a

Please sign in to comment.