Sfoglia il codice sorgente

Merge pull request #3336 from aidantwoods/fix/repo-replay-message

Highlight that information is obtained from security dir
TW 7 anni fa
parent
commit
8e82afe344
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/borg/cache.py

+ 1 - 1
src/borg/cache.py

@@ -326,7 +326,7 @@ class Cache:
         """Cache is newer than repository - do you have multiple, independently updated repos with same ID?"""
         """Cache is newer than repository - do you have multiple, independently updated repos with same ID?"""
 
 
     class RepositoryReplay(Error):
     class RepositoryReplay(Error):
-        """Cache is newer than repository - this is either an attack or unsafe (multiple repos with same ID)"""
+        """Cache, or information obtained from the security directory is newer than repository - this is either an attack or unsafe (multiple repos with same ID)"""
 
 
     class CacheInitAbortedError(Error):
     class CacheInitAbortedError(Error):
         """Cache initialization aborted"""
         """Cache initialization aborted"""