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
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ class ArchiveChecker:
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: