Increase logging for the number of items we actually process
This commit is contained in:
parent
9a0ce533ee
commit
a4a0b075bf
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ class FillMetadataQueue(common.LibrarySyncMixin,
|
||||||
count += 1
|
count += 1
|
||||||
# We might have received LESS items from the PMS than anticipated.
|
# We might have received LESS items from the PMS than anticipated.
|
||||||
# Ensures that our queues finish
|
# 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
|
section.number_of_items = count
|
||||||
|
|
||||||
def _run(self):
|
def _run(self):
|
||||||
|
|
Loading…
Reference in a new issue