Log message typo fixed

This commit is contained in:
Mauro Mugnaini 2021-03-03 09:37:00 +01:00
parent 02e33afae6
commit bb43178b29
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class OpenIdConnectAutoLogin extends BaseAutoLogin {
user = UserLocalServiceUtil.fetchUserByOpenId(companyId, subject);
if (user == null) {
if (log.isDebugEnabled()) {
log.debug("No Liferay user found with openid=" + subject + " and email address=" + email);
log.debug("No Liferay user found with openid=" + subject + " and username=" + username);
}
if (configuration.createUnexistingUser()) {
log.info("A new user will be created [email=" + email + ",given=" + given + ",family=" + family