Merge pull request #698 from croneter/improve-logging

Improve logging
This commit is contained in:
croneter 2019-02-04 16:23:49 +01:00 committed by GitHub
commit bf6e52bf20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,8 @@ class FullSync(common.fullsync_mixin):
@utils.log_time
def playstate_per_section(self, section):
LOG.debug('Processing playstate for library section %s', section)
LOG.debug('Processing %s playstates for library section %s',
section['iterator'].total, section)
try:
# Sync new, updated and deleted items
iterator = section['iterator']