فهرست منبع

after double-force delete, warn about necessary repair, fixes #4704

the borg check --repair is needed to clean up all the orphaned chunks.

if the message is emitted on INFO log level, people likely do not see
it if they use default WARNING log level (they did not give -v).
Thomas Waldmann 5 سال پیش
والد
کامیت
389afcae9d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -1291,7 +1291,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()
                 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:
             else:
                 logger.warning('Aborted.')
                 logger.warning('Aborted.')
             return self.exit_code
             return self.exit_code