mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 04:35:56 +03:00
[PR #696] Fix reversed log level check. #722
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#722
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/696
Author: @markusrydh
Created: 4/21/2022
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
82daabdFix reversed log level check. If e.g. setting trace log level then warn and error messages are no longer logged.0ece3b6Include both error and error_description in serverError.📊 Changes
4 files changed (+10 additions, -11 deletions)
View changed files
📝
Sources/OAuth2Swift.swift(+2 -3)📝
Sources/OAuthLogProtocol.swift(+3 -3)📝
Sources/OAuthSwiftClient.swift(+1 -1)📝
Sources/OAuthSwiftError.swift(+4 -4)📄 Description
Messages for a higher log level than the set log level were not logged due to inverted logic.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.