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:
parent
bf208479d7
commit
d7299c9230
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