From ba4f1d15d67a82a8c681316f03b9b56ff4ecac7f Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 17 Mar 2019 16:26:48 +0100 Subject: [PATCH] Increase logging --- resources/lib/library_sync/full_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/library_sync/full_sync.py b/resources/lib/library_sync/full_sync.py index dfa357e0..218bf23d 100644 --- a/resources/lib/library_sync/full_sync.py +++ b/resources/lib/library_sync/full_sync.py @@ -258,6 +258,7 @@ class FullSync(common.fullsync_mixin): for section in (x for x in sections.SECTIONS if x.section_type == kind[1]): if self.isCanceled(): + LOG.debug('Need to exit now') return if not section.sync_to_kodi: LOG.info('User chose to not sync section %s', section)