mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-04 08:35:21 -04:00
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:
commit
ffa8e89f99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue