aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2021-12-28 08:19:59 -0500
committermorpheus65535 <[email protected]>2021-12-28 08:19:59 -0500
commit117c894052513bf19c8acb527ae1dfbb02539cc6 (patch)
tree6fc5be2599d3b00a13a30fdc81d0a0a83238bd6d
parentbd7b2eb471e86cc3e2ce67fd09707ed188b3bcb0 (diff)
downloadbazarr-117c894052513bf19c8acb527ae1dfbb02539cc6.tar.gz
bazarr-117c894052513bf19c8acb527ae1dfbb02539cc6.zip
no log: fixed copy and paste error in adaptive searching debug logging.
-rw-r--r--bazarr/get_subtitle.py2
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")