mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-30 03:19:54 -06:00
Update AuthenticationManager.java (#26586)
Fix typo in log message for unlogged clients Signed-off-by: alcalin <alexcalin02@gmail.com>
This commit is contained in:
@@ -446,7 +446,7 @@ public class AuthenticationManager {
|
||||
boolean allClientsLoggedOut = notLoggedOutSessions.isEmpty();
|
||||
|
||||
if (! allClientsLoggedOut) {
|
||||
logger.warnf("Some clients have been not been logged out for user %s in %s realm: %s",
|
||||
logger.warnf("Some clients have not been logged out for user %s in %s realm: %s",
|
||||
userSession.getUser().getUsername(), realm.getName(),
|
||||
notLoggedOutSessions.stream()
|
||||
.map(AuthenticatedClientSessionModel::getClient)
|
||||
|
||||
Reference in New Issue
Block a user