Skip to content

Commit

Permalink
Fix a log message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 17, 2023
1 parent ee8b4dd commit dd6239e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GitHubClient GetOrCreateClient(string accessToken)
rateLimitInfo.Reset.ToString("o"));
else
logger.LogDebug(
"Requested GitHub client has {remainingRequests} requests remaining after the usage {lastUse}. Limit resets at {resetTime}",
"Requested GitHub client has {remainingRequests} requests remaining after the usage at {lastUse}. Limit resets at {resetTime}",
rateLimitInfo.Remaining,
lastUsed,
rateLimitInfo.Reset.ToString("o"));
Expand Down

0 comments on commit dd6239e

Please sign in to comment.