From 6447bce9bd431bc0f12fb05203fd2480791abb99 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 22 Jul 2013 02:40:57 +0000 Subject: [PATCH] Missing space after ":" --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm index a7f52ac26..11f686a09 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthBrowserID.pm @@ -121,7 +121,7 @@ sub extractFormInfo { $self->lmLog( "Assertion " . $self->{browserIdAssertion} - . " verification error:" + . " verification error: " . $self->{browserIdAnswer}->{reason}, 'error' );