# HG changeset patch # User Brian Neal # Date 1309400536 0 # Node ID 532b9c6f248252b5f94c578dfbf1b4ef7786581e # Parent c77359d0d95133b58228243a79da8fabc67d0c49 Working on #220. Can't test locally, so committing in increments. diff -r c77359d0d951 -r 532b9c6f2482 gpp/gcalendar/oauth.py --- a/gpp/gcalendar/oauth.py Thu Jun 30 02:13:36 2011 +0000 +++ b/gpp/gcalendar/oauth.py Thu Jun 30 02:22:16 2011 +0000 @@ -33,7 +33,7 @@ This function only supports RSA-SHA1 authentication. Settings in the Django settings module determine the consumer key and path to the RSA private key. """ - logger.info("fetch_auth started...") + logger.info("fetch_auth started; callback url='%s'", callback_url) client = CalendarResourceClient(None, source=USER_AGENT) with open(settings.GOOGLE_OAUTH_PRIVATE_KEY_PATH, 'r') as f: