changeset 453:532b9c6f2482

Working on #220. Can't test locally, so committing in increments.
author Brian Neal <bgneal@gmail.com>
date Thu, 30 Jun 2011 02:22:16 +0000
parents c77359d0d951
children 5b2114cec3e3
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: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: