Merge pull request #4705 from ThomasWaldmann/double-force-repair-as-warning

after double-force delete, warn about necessary repair, fixes #4704
This commit is contained in:
TW 2019-08-02 18:57:06 +02:00 committed by GitHub
commit ffa8e89f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1291,7 +1291,7 @@ class Archiver:
manifest.write()
# note: might crash in compact() after committing the repo
repository.commit()
logger.info('Done. Run "borg check --repair" to clean up the mess.')
logger.warning('Done. Run "borg check --repair" to clean up the mess.')
else:
logger.warning('Aborted.')
return self.exit_code