From c403ac1ff3ad97c75e99c482ccb830f21f45e2be Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 19 May 2015 11:11:12 +0200 Subject: [PATCH] logging fix --- src/authentic2_beid/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2_beid/views.py b/src/authentic2_beid/views.py index 11a307a..d61dcaa 100644 --- a/src/authentic2_beid/views.py +++ b/src/authentic2_beid/views.py @@ -28,7 +28,7 @@ def add_beid(request): ssl_info = util.SSLInfo(request) if BeIDBackend().link_user(ssl_info, request.user): logger.info('Successful linking of the SSL ' - 'Certificate to an account, redirection to %s' % next_url) + 'certificate to an account') messages.info(request, _('BeID card successfully linked to your account')) else: logger.error('eid linking failed')