1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-06 22:43:48 +00:00

ArchiveChecker: move "orphaned objects check skipped" to INFO log level

Fixes #826
This commit is contained in:
Marian Beermann 2016-04-03 17:58:15 +02:00
parent bf208479d7
commit d7299c9230

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: