From 0577f69eff98e37cbf69775c87d804fed567008d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 16 Jun 2020 15:25:43 -0400 Subject: [PATCH] Improved logging to better see what subtitles wasn't synced. --- bazarr/subsyncer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/subsyncer.py b/bazarr/subsyncer.py index 58d196cde..fafe64c87 100644 --- a/bazarr/subsyncer.py +++ b/bazarr/subsyncer.py @@ -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