diff --git a/bazarr/get_subtitle.py b/bazarr/get_subtitle.py index 232d62858..32c9610e4 100644 --- a/bazarr/get_subtitle.py +++ b/bazarr/get_subtitle.py @@ -207,7 +207,7 @@ def download_subtitle(path, language, audio_language, hi, forced, providers, pro path_decoder=force_unicode ) except Exception as e: - logging.exception('BAZARR Error saving Subtitles file to disk for this file:' + path) + logging.exception('BAZARR Error saving Subtitles file to disk for this file:' + path + ': ' + repr(e)) pass else: saved_any = True