浏览代码

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

after double-force delete, warn about necessary repair, fixes #4704
TW 5 年之前
父节点
当前提交
ffa8e89f99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
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