From 117c894052513bf19c8acb527ae1dfbb02539cc6 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 28 Dec 2021 08:19:59 -0500 Subject: [PATCH] no log: fixed copy and paste error in adaptive searching debug logging. --- bazarr/get_subtitle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")