# HG changeset patch # User Brian Neal # Date 1309401648 0 # Node ID e44dd53885dca6c6aa73008db631d7ca9c83be8e # Parent 5b2114cec3e30f2c30874c189b79ee0130e20c40 Working on #220. Can't test locally, so committing in increments. diff -r 5b2114cec3e3 -r e44dd53885dc gpp/gcalendar/oauth.py --- 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: