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

Commit

Permalink
Merge pull request #2682 from icecream17/clarify-debug
Browse files Browse the repository at this point in the history
Clarify debug line
  • Loading branch information
smashwilson authored May 14, 2021
2 parents 9e83fb4 + 04d2b57 commit cb4a0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/relay-network-layer-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function logRatelimitApi(headers) {
const resetsIn = moment.unix(parseInt(resets, 10)).from();

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

export function expectRelayQuery(operationPattern, response) {
Expand Down

0 comments on commit cb4a0f7

Please sign in to comment.