logging fix

This commit is contained in:
Serghei Mihai 2015-05-19 11:11:12 +02:00
parent 75499356fe
commit c403ac1ff3
1 changed files with 1 additions and 1 deletions

View File

@ -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')