summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index ccf9a49c..013a26aa 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -408,6 +408,8 @@ class GAClient(object):
n = 0
for filename in metadata:
n += 1
+ if (n % 1000) == 0:
+ dump('gen has at least {} files'.format(n))
union = union.union(set(metadata.get_file_chunk_ids(filename)))
dump('after building union of sets')
dump('gen has {} files'.format(n))