Missing space after ":"

This commit is contained in:
Xavier Guimard 2013-07-22 02:40:57 +00:00
parent 37756c3be2
commit 6447bce9bd

View File

@ -121,7 +121,7 @@ sub extractFormInfo {
$self->lmLog( $self->lmLog(
"Assertion " "Assertion "
. $self->{browserIdAssertion} . $self->{browserIdAssertion}
. " verification error:" . " verification error: "
. $self->{browserIdAnswer}->{reason}, . $self->{browserIdAnswer}->{reason},
'error' 'error'
); );