From ae888776f39839328a3b728bbca59831dbe6184c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Thu, 2 May 2013 23:18:28 -0400 Subject: fixed logging messages --- askbot/deps/django_authopenid/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py index df6347f0..a1ff41e9 100644 --- a/askbot/deps/django_authopenid/views.py +++ b/askbot/deps/django_authopenid/views.py @@ -875,7 +875,7 @@ def finalize_generic_signin( user=request.user, provider_name=login_provider_name ) - logging.critical('switching account or open id changed???') + logging.info('switching account or open id changed???') #did openid url change? or we are dealing with a brand new open id? message1 = _( 'If you are trying to sign in to another account, ' @@ -1040,7 +1040,6 @@ def register(request, login_provider_name=None, user_identifier=None): } if login_provider_name not in providers: provider_logo = login_provider_name - logging.error('openid provider named "%s" has no pretty customized logo' % login_provider_name) else: provider_logo = providers[login_provider_name] -- cgit v1.2.3-1-g7c22