Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit cb4a0f7

Browse files
authored
Merge pull request #2682 from icecream17/clarify-debug
Clarify debug line
2 parents 9e83fb4 + 04d2b57 commit cb4a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/relay-network-layer-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function logRatelimitApi(headers) {
1818
const resetsIn = moment.unix(parseInt(resets, 10)).from();
1919

2020
// eslint-disable-next-line no-console
21-
console.debug(`GitHub API Rate Limit: ${remaining}/${total} — resets ${resetsIn}`);
21+
console.debug(`GitHub API Rate Limiting Info: ${remaining}/${total} requests left — resets ${resetsIn}`);
2222
}
2323

2424
export function expectRelayQuery(operationPattern, response) {

0 commit comments

Comments
 (0)