1
0
Fork 0
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:
TW 2016-04-03 19:15:30 +02:00
commit 7b6ae60df5

View file

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