Improved logging to better see what subtitles wasn't synced.

This commit is contained in:
Louis Vézina 2020-06-16 15:25:43 -04:00
parent eb312704e4
commit 0577f69eff
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class SubSyncer:
video_path=path_mappings.path_replace_reverse_movie(self.reference),
language=alpha2_from_alpha3(srt_lang))
else:
logging.error('BAZARR unable to sync subtitles: ' + str(result))
logging.error('BAZARR unable to sync subtitles: ' + self.srtin)
return result