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

pull/1038/head
Louis Vézina 4 years ago
parent eb312704e4
commit 0577f69eff

@ -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

Loading…
Cancel
Save