Browse Source

check: debug log segment filename

Thomas Waldmann 4 năm trước cách đây
mục cha
commit
f2cb17d66c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/borg/repository.py

+ 1 - 0
src/borg/repository.py

@@ -1004,6 +1004,7 @@ class Repository:
                 continue
             if segment > transaction_id:
                 continue
+            logger.debug('checking segment file %s...', filename)
             try:
                 objects = list(self.io.iter_objects(segment))
             except IntegrityError as err: