Browse Source

Merge pull request #4711 from saurvs/forward-port-4707

Forward port #4705
TW 5 năm trước cách đây
mục cha
commit
1aaf16a480
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

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