Increase logging

This commit is contained in:
croneter 2019-03-17 16:26:48 +01:00
parent 3c70a84704
commit ba4f1d15d6

View file

@ -258,6 +258,7 @@ class FullSync(common.fullsync_mixin):
for section in (x for x in sections.SECTIONS for section in (x for x in sections.SECTIONS
if x.section_type == kind[1]): if x.section_type == kind[1]):
if self.isCanceled(): if self.isCanceled():
LOG.debug('Need to exit now')
return return
if not section.sync_to_kodi: if not section.sync_to_kodi:
LOG.info('User chose to not sync section %s', section) LOG.info('User chose to not sync section %s', section)