Explorar el Código

Merge pull request #5695 from ThomasWaldmann/improve-borg-check-logging-1.1

check: debug log segment filename
TW hace 4 años
padre
commit
908adb5f54
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/borg/repository.py

+ 1 - 0
src/borg/repository.py

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