From 76004f1aa652ec895389bbb22c75f642b8051e13 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 4 Feb 2019 16:15:58 +0100 Subject: [PATCH] Improve logging --- resources/lib/library_sync/full_sync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lib/library_sync/full_sync.py b/resources/lib/library_sync/full_sync.py index f5883668..4e810556 100644 --- a/resources/lib/library_sync/full_sync.py +++ b/resources/lib/library_sync/full_sync.py @@ -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']