Skip to content

Commit

Permalink
update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha committed Mar 13, 2024
1 parent 853664c commit 5d419cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct AmplifyConfiguration {
verificationMechanisms: configuration.verificationMechanisms
)
case .identityPools, .none:
Self.log.error("Unable to retrieve configuration")
Self.log.error("Unable to retrieve configuration from AWSCognitoAuthPlugin")
throw AmplifyConfigurationError.missingConfiguration
}
}
Expand Down

0 comments on commit 5d419cc

Please sign in to comment.