diff options
author | morpheus65535 <[email protected]> | 2021-12-28 08:19:59 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-12-28 08:19:59 -0500 |
commit | 117c894052513bf19c8acb527ae1dfbb02539cc6 (patch) | |
tree | 6fc5be2599d3b00a13a30fdc81d0a0a83238bd6d | |
parent | bd7b2eb471e86cc3e2ce67fd09707ed188b3bcb0 (diff) | |
download | bazarr-117c894052513bf19c8acb527ae1dfbb02539cc6.tar.gz bazarr-117c894052513bf19c8acb527ae1dfbb02539cc6.zip |
no log: fixed copy and paste error in adaptive searching debug logging.
-rw-r--r-- | bazarr/get_subtitle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index d90e0f1aa..fcf69bc14 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -1158,7 +1158,7 @@ def wanted_download_subtitles_movie(radarr_id): event_stream(type='movie-wanted', action='delete', payload=movie['radarrId']) send_notifications_movie(movie['radarrId'], message) else: - logging.info(f"BAZARR Search is throttled by adaptive search for this episode {movie['path']} and " + logging.info(f"BAZARR Search is throttled by adaptive search for this movie {movie['path']} and " f"language: {language}") else: logging.info("BAZARR All providers are throttled") |