diff --git a/bin/github-backup b/bin/github-backup index e4627c5..4d7a7e7 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -431,6 +431,7 @@ def _construct_request(per_page, page, query_args, template, auth): request = Request(template + '?' + querystring) if auth is not None: request.add_header('Authorization', 'Basic '.encode('ascii') + auth) + log_info('Requesting {}?{}'.format(template, querystring)) return request