Increase logging for the number of items we actually process

This commit is contained in:
croneter 2020-02-15 17:11:31 +01:00
parent 9a0ce533ee
commit a4a0b075bf

View file

@ -54,6 +54,8 @@ class FillMetadataQueue(common.LibrarySyncMixin,
count += 1
# We might have received LESS items from the PMS than anticipated.
# Ensures that our queues finish
LOG.debug('Expected to process %s items, actually processed %s for '
'section %s', section.number_of_items, count, section)
section.number_of_items = count
def _run(self):