Skip to content

Commit

Permalink
Update AmplifyPlugins/Core/AWSPluginsCore/Keychain/KeychainStore.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Villena <97059974+ruisebas@users.noreply.github.com>
  • Loading branch information
harsh62 and ruisebas committed May 2, 2024
1 parent c33dea1 commit f6eb2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public struct KeychainStore: KeychainStoreBehavior {
log.verbose("[KeychainStore] The keychain item not found for key=\(key)")
throw KeychainStoreError.itemNotFound
default:
log.error("[KeychainStore] The keychain item not found with keychainStoreError=\(status) for key=\(key)")
log.error("[KeychainStore] Error of status=\(status) occurred when attempting to retrieve a Keychain item for key=\(key)")
throw KeychainStoreError.securityError(status)
}
}
Expand Down

0 comments on commit f6eb2f5

Please sign in to comment.