Typo
This commit is contained in:
parent
485ca9c90f
commit
1be2bff95f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ public class AuthenticationManager {
|
||||||
logger.debug("identity cookie expired");
|
logger.debug("identity cookie expired");
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
logger.debugv("token not active - active: {0}, issued-at: {1}, not-before: {2}", token.isActive(), token.getIssuedAt(), realm.getNotBefore());
|
logger.debugv("token active - active: {0}, issued-at: {1}, not-before: {2}", token.isActive(), token.getIssuedAt(), realm.getNotBefore());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue