Skip to content

Commit

Permalink
Log auth failures CORRECTLY
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarothers committed Oct 17, 2010
1 parent d5de611 commit a8ab20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velruse/providers/twitter_.py
Expand Up @@ -54,7 +54,7 @@ def login(self, req):
headers=request.to_header())

if resp['status'] != '200':
log.debug("Twiter oauth failed: %r %r" resp, content)
log.debug("Twiter oauth failed: %r %r", resp, content)
return self._error_redirect(3, end_point)

request_token = oauth.Token.from_string(content)
Expand Down

0 comments on commit a8ab20c

Please sign in to comment.