From f2cb17d66c6f437acd163ca8a9d505cb365f1f95 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 3 Jan 2021 18:23:52 +0100 Subject: [PATCH] check: debug log segment filename --- src/borg/repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/borg/repository.py b/src/borg/repository.py index 203752f1b..7385207fa 100644 --- a/src/borg/repository.py +++ b/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: