Increase logging
This commit is contained in:
parent
3c70a84704
commit
ba4f1d15d6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue