Log message typo fixed

master r5.0.1
Mauro Mugnaini 3 years ago
parent 02e33afae6
commit bb43178b29

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

Loading…
Cancel
Save