mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-21 21:13:05 +01:00
Fix a log message typo
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Tgstation.Server.Host.Utils.GitHub
|
||||
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"));
|
||||
|
||||
Reference in New Issue
Block a user