summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/RelayCache.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/RelayCache.swift b/ios/MullvadVPN/RelayCache.swift
index c561303e49..2d15f9a1fd 100644
--- a/ios/MullvadVPN/RelayCache.swift
+++ b/ios/MullvadVPN/RelayCache.swift
@@ -195,7 +195,7 @@ class RelayCache {
}
case .failure(let readError):
- self.logger.error(chainedError: readError, message: "Failed to read the relay cache")
+ self.logger.error(chainedError: readError, message: "Failed to read the relay cache to determine if it needs to be updated")
if Self.shouldDownloadRelaysOnReadFailure(readError) {
self.downloadRelays()