Merge pull request #5608 from ThomasWaldmann/improve-borg-check-logging-master

check: debug log segment filename
This commit is contained in:
TW 2021-01-03 19:04:40 +01:00 committed by GitHub
commit 9088b1e85a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: