|
@@ -1124,7 +1124,7 @@ class Archiver:
|
|
manifest.write()
|
|
manifest.write()
|
|
# note: might crash in compact() after committing the repo
|
|
# note: might crash in compact() after committing the repo
|
|
repository.commit(compact=False)
|
|
repository.commit(compact=False)
|
|
- 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:
|
|
else:
|
|
logger.warning('Aborted.')
|
|
logger.warning('Aborted.')
|
|
return self.exit_code
|
|
return self.exit_code
|