Skip to content

Commit

Permalink
Merge pull request #5695 from ThomasWaldmann/improve-borg-check-loggi…
Browse files Browse the repository at this point in the history
…ng-1.1

check: debug log segment filename
  • Loading branch information
ThomasWaldmann authored Feb 15, 2021
2 parents 641418d + 578b30e commit 908adb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/borg/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ def report_error(msg):
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:
Expand Down

0 comments on commit 908adb5

Please sign in to comment.