Improve logging
This commit is contained in:
parent
29ec8cabf7
commit
76004f1aa6
1 changed files with 2 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue