mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 15:25:57 +08:00
Improved logging to better see what subtitles wasn't synced.
This commit is contained in:
parent
eb312704e4
commit
0577f69eff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue