changeset 455:e44dd53885dc

Working on #220. Can't test locally, so committing in increments.
author Brian Neal <bgneal@gmail.com>
date Thu, 30 Jun 2011 02:40:48 +0000
parents 5b2114cec3e3
children 5be072292e2d
files gpp/gcalendar/oauth.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/gcalendar/oauth.py	Thu Jun 30 02:30:30 2011 +0000
+++ b/gpp/gcalendar/oauth.py	Thu Jun 30 02:40:48 2011 +0000
@@ -62,7 +62,7 @@
     URL and then upgrade it to an access token. We then return the access token.
 
     """
-    logger.info("get_access_token started; retrieving saved request_token...")
+    logger.info("get_access_token called as '%s'", request.get_full_path())
 
     saved_token = request.session.get(REQ_TOKEN_SESSION_KEY)
     if saved_token is None: