report the total number of patches read

Change-Id: Id1d630dc41a7d40f7341dab2ef8241e8cb5cddd0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-04 17:45:21 -04:00
parent dbbedd2abb
commit b56cbe6bb0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ def all_changes(only_open=True, extra_query=''):
if changes and changes[-1].get('_more_changes', False):
offset += 100
else:
LOG.debug('total of %d patches', offset + len(changes))
break