From b56cbe6bb0d8b8c031c7c29a85970465798c403c Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 4 Oct 2018 17:45:21 -0400 Subject: [PATCH] report the total number of patches read Change-Id: Id1d630dc41a7d40f7341dab2ef8241e8cb5cddd0 Signed-off-by: Doug Hellmann --- goal_tools/python3_first/patches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/goal_tools/python3_first/patches.py b/goal_tools/python3_first/patches.py index 630182d..0e8914c 100644 --- a/goal_tools/python3_first/patches.py +++ b/goal_tools/python3_first/patches.py @@ -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