Selaa lähdekoodia

check: debug log segment filename

Thomas Waldmann 4 vuotta sitten
vanhempi
sitoutus
f2cb17d66c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: