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

Commit

Permalink
Clarify debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored May 14, 2021
1 parent 9e83fb4 commit 04d2b57
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 04d2b57

Please sign in to comment.