Skip to content

Commit 26a8a26

Browse files
bgoncalCopilot
andauthored
Update Sources/Shared/API/ServerManagerPersistence.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2e75959 commit 26a8a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Shared/API/ServerManagerPersistence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extension ServerManagerKeychain {
6868
do {
6969
try remove(key)
7070
} catch {
71-
Current.Log.error("failed to get delete \(key): \(error)")
71+
Current.Log.error("failed to delete server info for \(key): \(error.localizedDescription)")
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)