mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-15 00:21:56 +00:00
Merge pull request #5608 from ThomasWaldmann/improve-borg-check-logging-master
check: debug log segment filename
This commit is contained in:
commit
9088b1e85a
1 changed files with 1 additions and 0 deletions
|
@ -1004,6 +1004,7 @@ class Repository:
|
||||||
continue
|
continue
|
||||||
if segment > transaction_id:
|
if segment > transaction_id:
|
||||||
continue
|
continue
|
||||||
|
logger.debug('checking segment file %s...', filename)
|
||||||
try:
|
try:
|
||||||
objects = list(self.io.iter_objects(segment))
|
objects = list(self.io.iter_objects(segment))
|
||||||
except IntegrityError as err:
|
except IntegrityError as err:
|
||||||
|
|
Loading…
Add table
Reference in a new issue