diff --git a/src/borg/archiver.py b/src/borg/archiver.py index bab61c0af..cfbd0bcca 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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