1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 02:08:54 +00:00

Highlight that information is obtained from security dir

(deleting the cache will not bypass this error in the
event the user knows this is a legitimate repo).
This commit is contained in:
Aidan Woods 2017-11-20 00:58:53 +00:00 committed by Milkey Mouse
parent 3a8b5c7510
commit 7fa5561cbc
No known key found for this signature in database
GPG key ID: C6EF5A02F5647987

View file

@ -326,7 +326,7 @@ class RepositoryIDNotUnique(Error):
"""Cache is newer than repository - do you have multiple, independently updated repos with same ID?"""
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):
"""Cache initialization aborted"""