mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-30 19:21:17 +00:00
Merge pull request #834 from enkore/issue/826
ArchiveChecker: move "orphaned objects check skipped" to INFO log level
This commit is contained in:
commit
7b6ae60df5
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ def orphan_chunks_check(self):
|
|||
for id_ in unused:
|
||||
self.repository.delete(id_)
|
||||
else:
|
||||
logger.warning('Orphaned objects check skipped (needs all archives checked).')
|
||||
logger.info('Orphaned objects check skipped (needs all archives checked).')
|
||||
|
||||
def finish(self, save_space=False):
|
||||
if self.repair:
|
||||
|
|
Loading…
Reference in a new issue